export declare const vibesSvcEnv: import("arktype/internal/variants/object.ts").ObjectType<{ CLERK_PUBLISHABLE_KEY: string; VIBES_DIY_API_URL: string; POSTHOG_KEY?: string | undefined; POSTHOG_HOST?: string | undefined; VIBES_DIY_PUBLIC_BASE_URL: string; VIBES_SSR?: string | undefined; ENVIRONMENT?: string | undefined; VIBES_CACHED_SUGGESTIONS?: string | undefined; BACKEND_JS?: string | undefined; CODEGEN_PER_USER_SHARD?: string | undefined; CODEGEN_SHARED_MINT?: string | undefined; APP_SERVICE_WORKER?: string | undefined; VIBE_SERVICE_WORKER?: string | undefined; }, {}>; export type VibesSvcEnv = typeof vibesSvcEnv.infer; declare const metaProps: import("arktype/internal/variants/object.ts").ObjectType<{ title: string; description: string; imageUrl?: string | undefined; canonicalUrl?: string | undefined; }, {}>; export type MetaProps = typeof metaProps.infer; export declare const vibeImportMap: import("arktype/internal/variants/object.ts").ObjectType<{ imports: Record; }, {}>; export type VibeImportMap = typeof vibeImportMap.infer; export declare const vibesDiyServCtx: import("arktype/internal/variants/object.ts").ObjectType<{ wrapper: { state: "active" | "waiting"; }; usrEnv: Record; svcEnv: { CLERK_PUBLISHABLE_KEY: string; VIBES_DIY_API_URL: string; POSTHOG_KEY?: string | undefined; POSTHOG_HOST?: string | undefined; VIBES_DIY_PUBLIC_BASE_URL: string; VIBES_SSR?: string | undefined; ENVIRONMENT?: string | undefined; VIBES_CACHED_SUGGESTIONS?: string | undefined; BACKEND_JS?: string | undefined; CODEGEN_PER_USER_SHARD?: string | undefined; CODEGEN_SHARED_MINT?: string | undefined; APP_SERVICE_WORKER?: string | undefined; VIBE_SERVICE_WORKER?: string | undefined; }; importMap: { imports: Record; }; metaProps: { title: string; description: string; imageUrl?: string | undefined; canonicalUrl?: string | undefined; }; mountJS: string; preloadModules?: string[] | undefined; ssrHtml?: string | undefined; ssrTailwindCss?: string | undefined; ssrThemeCss?: string | undefined; topLevelRedirect?: string | undefined; bootError?: { routeKey: string; fsId: string; } | undefined; }, {}>; export type VibesDiyServCtx = typeof vibesDiyServCtx.infer; export {};