import { type ILoadOptionsFunctions, type INodeListSearchResult } from 'n8n-workflow'; export declare function getChats(this: ILoadOptionsFunctions, filter?: string): Promise; export declare function getTeams(this: ILoadOptionsFunctions, filter?: string): Promise; export declare function getChannels(this: ILoadOptionsFunctions, filter?: string): Promise; export declare function getGroups(this: ILoadOptionsFunctions, filter?: string): Promise; export declare function getPlans(this: ILoadOptionsFunctions, filter?: string): Promise; export declare function getBuckets(this: ILoadOptionsFunctions, filter?: string): Promise; export declare function getMembers(this: ILoadOptionsFunctions, filter?: string): Promise; //# sourceMappingURL=listSearch.d.ts.map