import { type IRunExecutionData, type IWorkflowExecuteAdditionalData, type Workflow, type WorkflowExecuteMode } from 'n8n-workflow'; export declare function assertExecutionDataExists(executionData: IRunExecutionData['executionData'], workflow: Workflow, additionalData: IWorkflowExecuteAdditionalData, mode: WorkflowExecuteMode): asserts executionData is NonNullable;