import { GlobalVariables } from '@aztec/circuits.js'; import { AvmExecutionEnvironment } from '../avm_execution_environment.js'; /** * Create an empty instance of the Execution Environment where all values are zero, unless overriden in the overrides object */ export declare function initExecutionEnvironment(overrides?: Partial): AvmExecutionEnvironment; /** * Create an empty instance of the Execution Environment where all values are zero, unless overriden in the overrides object */ export declare function initGlobalVariables(overrides?: Partial): GlobalVariables; //# sourceMappingURL=index.d.ts.map