import type { IExecuteData, INodeExecutionData } from 'n8n-workflow'; export declare function resolveSourceOverwrite(item: INodeExecutionData, executionData: IExecuteData): import("n8n-workflow").ISourceData | null | undefined;