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