import type { IWebhookFunctions } from 'n8n-workflow'; export declare function getUserInfo(this: IWebhookFunctions, userId: string): Promise; export declare function getChannelInfo(this: IWebhookFunctions, channelId: string): Promise; export declare function downloadFile(this: IWebhookFunctions, url: string): Promise; export declare function verifySignature(this: IWebhookFunctions): Promise; //# sourceMappingURL=SlackTriggerHelpers.d.ts.map