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