import type { ILoadOptionsFunctions, INodeListSearchResult } from 'n8n-workflow'; export declare function searchUsers(this: ILoadOptionsFunctions): Promise; export declare function searchGroups(this: ILoadOptionsFunctions): Promise; export declare function searchDevices(this: ILoadOptionsFunctions): Promise; //# sourceMappingURL=SearchFunctions.d.ts.map