import { Context } from '../imports/Context.js'; import { Function } from '../imports/Function.js'; export declare class VariableStoreContext { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean); getAllValues(): any; getValue(name?: string): any; } //# sourceMappingURL=VariableStoreContext.d.ts.map