import { IExecuteFunctions } from 'n8n-workflow';
export declare function executeWorkflow(this: IExecuteFunctions, i: number): Promise<any>;
