export declare class ValidationError extends Error {
    details: string;
    constructor(details: string);
}
