import { FetchLike, Provider } from './types'; export interface GitHubProviderOptions { token: string; endpoint?: string; fetch?: FetchLike; name?: string; } export declare const githubProvider: (options: GitHubProviderOptions) => Provider; //# sourceMappingURL=github.d.ts.map