import { type ILoadOptionsFunctions, type INodeListSearchResult } from 'n8n-workflow'; export declare function guildSearch(this: ILoadOptionsFunctions): Promise; export declare function channelSearch(this: ILoadOptionsFunctions): Promise; export declare function textChannelSearch(this: ILoadOptionsFunctions): Promise; export declare function categorySearch(this: ILoadOptionsFunctions): Promise; export declare function userSearch(this: ILoadOptionsFunctions, _filter?: string, paginationToken?: string): Promise; //# sourceMappingURL=listSearch.d.ts.map