import { type IRunExecutionData, type IWorkflowExecutionCustomData, type WorkflowExecuteMode } from 'n8n-workflow';
export declare function createExecutionCustomData({ runExecutionData, mode, }: {
    runExecutionData: IRunExecutionData;
    mode: WorkflowExecuteMode;
}): IWorkflowExecutionCustomData;
