export function pushScopeContext(scopeContext: any): number;
export function popScopeContext(): any;
export function getScopeContext(): any;
export default ScopeContextStack;
declare const ScopeContextStack: Readonly<{
    pushScopeContext: typeof pushScopeContext;
    popScopeContext: typeof popScopeContext;
    getScopeContext: typeof getScopeContext;
}>;
//# sourceMappingURL=ScopeContextStack.d.ts.map