import type { IDataObject, IRun, ITaskData, IWorkflowBase } from 'n8n-workflow'; export declare function getDataLastExecutedNodeData(inputData: IRun): ITaskData | undefined; export declare function addNodeIds(workflow: IWorkflowBase): void; export declare function replaceInvalidCredentials(workflow: T): Promise; export declare function getVariables(): Promise;