import type { IExecuteFunctions, INodeProperties } from "n8n-workflow"; export declare const projectDeleteFields: INodeProperties[]; export declare function projectDeleteExecute(this: IExecuteFunctions, index: number): Promise<{ json: { success: boolean; operation: string; projectId: string; }; }[]>;