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