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