export type TGitHubConfig = {
    token?: string;
    baseUrl?: string;
    cache?: boolean;
    cacheTTL?: number;
    userAgent?: string;
};
//# sourceMappingURL=github-common.d.ts.map