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