export declare const GITHUB_API_URL = "https://api.github.com";
export declare function gitHubRequest(path: string): Promise<Response>;
