import { BaseError } from './base';
export declare class ValidationError extends BaseError {
    constructor(message: string, path: string);
}
