/** * Auth0 OAuth Provider Preset * * Configuration for Auth0 OAuth 2.0 authentication. * Requires domain configuration. */ import type { OAuthProviderConfig } from '../../types.ts'; export declare const auth0Provider: OAuthProviderConfig;