import type { StepResult, WorkflowRunState } from '../workflows/index.js'; export declare function createEmptyWorkflowSnapshot(runId: string): WorkflowRunState; export declare function mergeWorkflowStepResult({ snapshot, stepId, result, requestContext, }: { snapshot: WorkflowRunState; stepId: string; result: StepResult; requestContext: Record; }): Record>; //# sourceMappingURL=workflow-snapshot.d.ts.map