import { type IExecuteFunctions, type ILoadOptionsFunctions, type INodeExecutionData, type INodePropertyOptions, type INodeType, type INodeTypeDescription, type INodeTypeBaseDescription } from 'n8n-workflow'; export declare class MicrosoftTeamsV1 implements INodeType { description: INodeTypeDescription; constructor(baseDescription: INodeTypeBaseDescription); methods: { loadOptions: { getChannels(this: ILoadOptionsFunctions): Promise; getTeams(this: ILoadOptionsFunctions): Promise; getGroups(this: ILoadOptionsFunctions): Promise; getPlans(this: ILoadOptionsFunctions): Promise; getBuckets(this: ILoadOptionsFunctions): Promise; getMembers(this: ILoadOptionsFunctions): Promise; getLabels(this: ILoadOptionsFunctions): Promise; getChats(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=MicrosoftTeamsV1.node.d.ts.map