declare global { const __SVELTEKIT_ADAPTER_NAME__: string; const __SVELTEKIT_APP_VERSION_FILE__: string; const __SVELTEKIT_APP_VERSION_POLL_INTERVAL__: number; const __SVELTEKIT_DEV__: boolean; const __SVELTEKIT_EMBEDDED__: boolean; /** True if `config.kit.experimental.instrumentation.server` is `true` */ const __SVELTEKIT_SERVER_TRACING_ENABLED__: boolean; /** true if corresponding config option is set to true */ const __SVELTEKIT_EXPERIMENTAL__REMOTE_FUNCTIONS__: boolean; /** True if `config.kit.router.resolution === 'client'` */ const __SVELTEKIT_CLIENT_ROUTING__: boolean; /** The `__sveltekit_abc123` object in the init `