import type { Scope } from '@sentry/core'; /** * Hooks into the scope set methods and sync new data added to the given scope with the native SDKs. */ export declare function enableSyncToNative(scope: Scope): void; //# sourceMappingURL=scopeSync.d.ts.map