import { H3EventContext } from 'vinxi/http'; declare const getPublicEnvVariables: (context?: H3EventContext) => { 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; }; export { getPublicEnvVariables };