import { ValidationError } from 'adminjs'; export declare const createValidationError: (originalError: any) => ValidationError;