import { SequentialWorkflowStepExecutor, StepExecutionArgs } from '../workflow/step-runner.js'; interface JavaScriptCodeStepExecutorOptions { readonly wasmGasLimit?: bigint | number; } export declare class JavaScriptCodeStepExecutor implements SequentialWorkflowStepExecutor { readonly supportedBlueIds: readonly ["ExZxT61PSpWHpEAtP2WKMXXqxEYN7Z13j7Zv36Dp99kS"]; private readonly evaluator; private readonly wasmGasLimit; constructor(options?: JavaScriptCodeStepExecutorOptions); execute(args: StepExecutionArgs): Promise; private handleEvents; } export {}; //# sourceMappingURL=javascript-code-step-executor.d.ts.map