/** * Generic OAuth Provider Configuration * * Base configuration for custom OAuth 2.0 providers */ import type { OAuthProviderConfig } from '../../types.ts'; export declare const genericProvider: OAuthProviderConfig;