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