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