import type { INodeExecutionData, Workflow, WorkflowExecuteMode } from '.'; export declare function getPinDataIfManualExecution(workflow: Workflow, nodeName: string, mode: WorkflowExecuteMode): INodeExecutionData[] | undefined; //# sourceMappingURL=workflow-data-proxy-helpers.d.ts.map