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