declare const commonEnvs: () => { readonly CLERK_JS_VERSION: string; readonly CLERK_JS_URL: string; readonly PUBLISHABLE_KEY: string; readonly DOMAIN: string; readonly PROXY_URL: string; readonly IS_SATELLITE: boolean; readonly SIGN_IN_URL: string; readonly SIGN_UP_URL: string; readonly TELEMETRY_DISABLED: boolean; readonly TELEMETRY_DEBUG: boolean; readonly API_VERSION: string; readonly SECRET_KEY: string; readonly ENCRYPTION_KEY: string; readonly CLERK_JWT_KEY: string; readonly API_URL: string; readonly SDK_METADATA: { readonly name: string; readonly version: string; readonly environment: string; }; }; export { commonEnvs };