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