import { type IWebhookFunctions, type INodeType, type INodeTypeDescription, type IWebhookResponseData } from 'n8n-workflow'; export declare class ChargebeeTrigger implements INodeType { description: INodeTypeDescription; webhook(this: IWebhookFunctions): Promise; } //# sourceMappingURL=ChargebeeTrigger.node.d.ts.map