import type { ILoadOptionsFunctions, INodeListSearchResult } from "n8n-workflow"; export declare const projectGroupMethods: { loadOptions: { getProjectGroups(this: ILoadOptionsFunctions): Promise<{ name: string; value: string; }[]>; }; listSearch: { searchProjectGroupsForCreate(this: ILoadOptionsFunctions, filter?: string): Promise; }; };