import type { IExecuteFunctions, IDataObject } from 'n8n-workflow'; import type { GroupsOperation } from './groups.types'; export declare function handleGroupsOperation(this: IExecuteFunctions, operation: GroupsOperation, i: number): Promise;