import { type IHookFunctions, type INodeType, type INodeTypeDescription, type IWebhookFunctions, type IWebhookResponseData } from 'n8n-workflow'; export declare const filterStatuses: (events: Array<{ statuses?: Array<{ status: string; }>; }>, allowedStatuses: string[] | undefined) => { statuses?: Array<{ status: string; }>; }[]; export declare class WhatsAppTrigger implements INodeType { description: INodeTypeDescription; webhookMethods: { default: { checkExists(this: IHookFunctions): Promise; create(this: IHookFunctions): Promise; delete(this: IHookFunctions): Promise; }; }; webhook(this: IWebhookFunctions): Promise; } //# sourceMappingURL=WhatsAppTrigger.node.d.ts.map