export declare const WASM_FUEL_PER_HOST_GAS_UNIT = 1700; export declare const DEFAULT_JS_STEP_HOST_GAS_LIMIT = 40000; export declare const DEFAULT_EXPRESSION_HOST_GAS_LIMIT = 40000; export declare function wasmFuelToHostGas(amount: bigint | number): number; export declare function hostGasToWasmFuel(amount: number | bigint): bigint; export declare const DEFAULT_WASM_GAS_LIMIT: bigint; export declare const DEFAULT_EXPRESSION_WASM_GAS_LIMIT: bigint; //# sourceMappingURL=gas-schedule.d.ts.map