import type { IExecuteFunctions, INodeExecutionData, INodeProperties } from "n8n-workflow"; export declare const projectGroupDeleteFields: INodeProperties[]; export declare function projectGroupDeleteExecute(this: IExecuteFunctions, index: number): Promise;