/** * Bundle-local state. Each bundle that loads `@servicetitan/datadog-rum` gets * its own copy of this module; nothing here lives on `globalThis`. The bundle * whose `init` call wins the SDK init race sets `isSdkInitializer` here, and * only its own bundle's `setUser` reads `true` from it. */ export declare const bundleState: { isSdkInitializer: boolean; }; //# sourceMappingURL=bundle-state.d.ts.map