import { Blue, BlueNode } from '@blue-labs/language'; import { ProcessorExecution } from '../engine/processor-engine.js'; import { ContractBundle } from '../engine/contract-bundle.js'; import { ContractProcessorContext } from '../registry/types.js'; import { StepExecutionArgs } from '../registry/processors/workflow/step-runner.js'; export declare function createRealContext(blue: Blue, eventNode: BlueNode, document?: BlueNode | null): { execution: ProcessorExecution; bundle: ContractBundle; context: ContractProcessorContext; }; export declare function createArgs(options: { context: ContractProcessorContext; stepNode: BlueNode; eventNode: BlueNode; contractNode?: BlueNode | null; stepResults?: Record; stepIndex?: number; }): StepExecutionArgs; //# sourceMappingURL=workflow.d.ts.map