import { CustomError } from './custom-error';
export declare class ValidationError extends CustomError {
    constructor(message: string);
}
