import type { IExecuteFunctions, INodeProperties } from "n8n-workflow"; export declare const projectUpdateFields: INodeProperties[]; export declare function projectUpdateExecute(this: IExecuteFunctions, index: number): Promise<{ json: any; }[]>;