import type { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow'; export declare function getChannels(this: ILoadOptionsFunctions): Promise; export declare function getChannelsInTeam(this: ILoadOptionsFunctions): Promise; export declare function getTeams(this: ILoadOptionsFunctions): Promise; export declare function getUsers(this: ILoadOptionsFunctions): Promise; //# sourceMappingURL=loadOptions.d.ts.map