import { IWebhookFunctions } from 'n8n-core'; import { INodeType, INodeTypeDescription, IWebhookResponseData } from 'n8n-workflow'; export declare class VoicenterTrigger implements INodeType { description: INodeTypeDescription; webhook(this: IWebhookFunctions): Promise; }