import { type ILoadOptionsFunctions, type INodeListSearchResult, type INodePropertyOptions, type IHookFunctions, type IWebhookFunctions, type INodeType, type INodeTypeDescription, type IWebhookResponseData } from 'n8n-workflow'; export declare class SlackTrigger implements INodeType { description: INodeTypeDescription; methods: { listSearch: { getChannels(this: ILoadOptionsFunctions, filter?: string): Promise; }; loadOptions: { getUsers(this: ILoadOptionsFunctions): Promise; }; }; webhookMethods: { default: { checkExists(this: IHookFunctions): Promise; create(this: IHookFunctions): Promise; delete(this: IHookFunctions): Promise; }; }; webhook(this: IWebhookFunctions): Promise; } //# sourceMappingURL=SlackTrigger.node.d.ts.map