import { b as RequestError } from './requestError-BmOhSuFb.js'; type ValidError = { messages: string[]; field: string; }; declare class ValidationError extends RequestError { statusCode: 422; constructor(errors: ValidError[], cause?: unknown); } export { ValidationError as V };