import type { Scope } from '@sentry/types'; /** * Update the active isolation scope. * Should be used with caution! */ export declare function setIsolationScope(isolationScope: Scope): void; //# sourceMappingURL=scope.d.ts.map