import { ProcedureError } from "./procedureError"; export declare class ValidationError extends ProcedureError { field?: string | undefined; constructor(message: string, field?: string | undefined, context?: Record); }