export declare function resolveSentryEnvironment(): string; export declare function resolveServerSentryDsn(): string | undefined; export declare function resolvePublicSentryDsn(): string | undefined; export declare function getSentryClientConfigScript(): string | null; /** * Hosted Realtime Gateway config for the client, or null for the in-process * (local) transport. Values are env-derived and identical for every visitor, * so this is safe inside the CDN-cached SSR shell (see `guard:ssr-cache-shell`). * The per-user subscribe token is NOT here — it is minted client-side after * load from `/_agent-native/realtime-token`. */ export declare function resolveRealtimeClientConfig(): { transport: "hosted"; gatewayBaseUrl: string; } | null; export declare function getRealtimeClientConfigScript(): string | null; //# sourceMappingURL=sentry-config.d.ts.map