/** * Google OAuth Provider Configuration * * Supports OpenID Connect (OIDC) with ID tokens */ import type { OAuthProviderConfig } from '../../types.ts'; export declare const GoogleProvider: OAuthProviderConfig;