import { type IExecuteFunctions, type INodeExecutionData, type INodeType, type INodeTypeDescription, type IWebhookFunctions, type IWebhookResponseData } from 'n8n-workflow'; export declare class Enlyst implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise; webhook(this: IWebhookFunctions): Promise; }