import type { IHookFunctions } from 'n8n-workflow'; import type { TeamResponse, ChannelResponse, SubscriptionResponse } from './types'; export declare function fetchAllTeams(this: IHookFunctions): Promise; export declare function fetchAllChannels(this: IHookFunctions, teamId: string): Promise; export declare function createSubscription(this: IHookFunctions, webhookUrl: string, resourcePath: string): Promise; export declare function getResourcePath(this: IHookFunctions, event: string): Promise; //# sourceMappingURL=utils-trigger.d.ts.map