import type { IDataObject, IExecuteFunctions, INode } from 'n8n-workflow'; export declare const node: INode; export declare const createMockExecuteFunction: (nodeParameters: IDataObject, typeVersion?: number) => IExecuteFunctions; //# sourceMappingURL=helpers.d.ts.map