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