declare const getPublicEnvVariables: () => { readonly publishableKey: string; readonly domain: string; readonly isSatellite: boolean; readonly proxyUrl: string; readonly signInUrl: string; readonly signUpUrl: string; readonly clerkJsUrl: string; readonly clerkJsVariant: "" | "headless" | undefined; readonly clerkJsVersion: string; readonly telemetryDisabled: boolean; readonly telemetryDebug: boolean; readonly afterSignInUrl: string; readonly afterSignUpUrl: string; readonly newSubscriptionRedirectUrl: string; }; export { getPublicEnvVariables };