1 | import { Octokit as Core } from "@octokit/core";
|
2 | export type { RestEndpointMethodTypes } from "@octokit/plugin-rest-endpoint-methods";
|
3 | export declare const Octokit: typeof Core & import("@octokit/core/dist-types/types.js").Constructor<{
|
4 | paginate: import("@octokit/plugin-paginate-rest").PaginateInterface;
|
5 | } & import("@octokit/plugin-rest-endpoint-methods/dist-types/generated/method-types.js").RestEndpointMethods & import("@octokit/plugin-rest-endpoint-methods").Api>;
|
6 | export type Octokit = InstanceType<typeof Octokit>;
|