import { Scope, ScopeData } from '@sentry/core'; /** Gets the merged scope data */ export declare function getScopeData(): ScopeData; /** Hooks both current and isolation scope changes and passes merged scope on changes */ export declare function addScopeListener(callback: (merged: ScopeData, changed: Scope) => void): void; //# sourceMappingURL=scope.d.ts.map