import type { Auth0Config, Auth0Environment } from "../../confluent/oauth/types.js"; export declare const OAUTH_CALLBACK_HOST = "127.0.0.1"; export declare const OAUTH_CALLBACK_PORT = 26640; export declare const OAUTH_CALLBACK_PATH = "/gateway/v1/callback-local-mcp-docs"; export declare function getAuth0Config(environment: Auth0Environment): Auth0Config; /** * Returns the Confluent Cloud REST API base URL for the given Auth0 environment. * Used by {@link OAuthClientManager} to derive the cloud surface's base URL when * the OAuth path doesn't carry an explicit `confluent_cloud.endpoint`. */ export declare function getCloudRestUrlForEnv(environment: Auth0Environment): string; //# sourceMappingURL=auth0-config.d.ts.map