import type { Scope } from '@sentry/types'; /** Get the default current scope. */ export declare function getDefaultCurrentScope(): Scope; /** Get the default isolation scope. */ export declare function getDefaultIsolationScope(): Scope; //# sourceMappingURL=defaultScopes.d.ts.map