blob: c46d15bf3936130c9c38c860c6eba5034665318a [file] [log] [blame]
import type { Octokit } from "@octokit/core";
import type { RestEndpointMethods } from "./generated/method-types.js";
export declare function endpointsToMethods(octokit: Octokit): RestEndpointMethods;