import { FetchLike, Provider } from './types'; export interface GitHubCoAuthorProviderOptions { token: string; agents?: string[]; endpoint?: string; fetch?: FetchLike; name?: string; } export declare const githubCoAuthorProvider: (options: GitHubCoAuthorProviderOptions) => Provider; //# sourceMappingURL=github-coauthor.d.ts.map