import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; export declare function execute(context: IExecuteFunctions, version: number): Promise;