import { IExecuteFunctions, IN8nHttpFullResponse } from 'n8n-workflow';
export declare function resourceGroup(this: IExecuteFunctions, operation: string, i: number): Promise<IN8nHttpFullResponse | import("n8n-workflow").IN8nHttpResponse>;
