import * as GitHubApi from "@octokit/rest";
export declare const DefaultGitHubApiUrl = "https://api.github.com/";
export declare function api(token: string, apiUrl?: string): GitHubApi;
//# sourceMappingURL=gitHubApi.d.ts.map