/** * OAuth2 Configuration */ import type { OAuthConfig } from "./types.js"; export declare const OAUTH_CONFIG: OAuthConfig; //# sourceMappingURL=config.d.ts.map