import type { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription, ITriggerFunctions, ITriggerResponse } from 'n8n-workflow'; export declare class ErrorTrigger implements INodeType { description: INodeTypeDescription; trigger(this: ITriggerFunctions): Promise; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=ErrorTrigger.node.d.ts.map