export type ValidationError = { loc: Array<(string | number)>; msg: string; type: string; input?: any; ctx?: Record; }; //# sourceMappingURL=ValidationError.d.ts.map