import { type IProxyConfig } from "../../core/proxy.js"; import type { IResponse } from "../../core/client.js"; export declare function github(username: string, collection?: Map, proxy?: IProxyConfig): Promise; //# sourceMappingURL=github.d.ts.map