export interface GithubAuthProviderOptions {
    clientId: string;
    clientSecret: string;
    callbackUrl: string;
}
//# sourceMappingURL=github.d.ts.map