import { Octokit as Core } from "@octokit/core"; export { RestEndpointMethodTypes } from "@octokit/plugin-rest-endpoint-methods"; export declare const Octokit: (new (...args: any[]) => { [x: string]: any; }) & { new (...args: any[]): { [x: string]: any; }; plugins: any[]; } & typeof Core & import("@octokit/core/dist-types/types").Constructor; export declare type Octokit = InstanceType;