import type { INodeType, INodeTypeDescription, IHookFunctions, IWebhookFunctions, IWebhookResponseData } from 'n8n-workflow'; import { listSearch } from './v2/methods'; export declare class MicrosoftTeamsTrigger implements INodeType { description: INodeTypeDescription; methods: { listSearch: typeof listSearch; }; webhookMethods: { default: { checkExists(this: IHookFunctions): Promise; create(this: IHookFunctions): Promise; delete(this: IHookFunctions): Promise; }; }; webhook(this: IWebhookFunctions): Promise; } //# sourceMappingURL=MicrosoftTeamsTrigger.node.d.ts.map