import type { IRun, WorkflowExecuteMode } from 'n8n-workflow';
export declare function restoreBinaryDataId(run: IRun, executionId: string, workflowExecutionMode: WorkflowExecuteMode): Promise<void>;
