import { UserError } from 'n8n-workflow'; export declare class SingleWebhookTriggerError extends UserError { constructor(triggerName: string); }