import { HttpException } from './http-exception.js'; export declare class ValidationException extends HttpException { errors: Record; constructor(errors: Record); } //# sourceMappingURL=validation-exception.d.ts.map