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