import { Scope } from './scope';
/** 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
