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