export declare const sendGithubRequest: <T>(token: string, url: string, method: "POST" | "GET" | "PATCH", body?: object | undefined, headers?: {
    [key: string]: string;
}) => Promise<T>;
//# sourceMappingURL=sendGithubRequest.d.ts.map