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