import { WorkflowOperationError } from 'n8n-workflow'; export declare class WorkflowHasIssuesError extends WorkflowOperationError { constructor(); }