import type { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; export declare function createGroup(this: IExecuteFunctions, itemIndex: number): Promise;