import { type z } from "zod"; type ValidationError = { path: string[]; message: string; }; export declare function humanizeZodError(error: z.ZodError): ValidationError[]; export {}; //# sourceMappingURL=zod-error.d.ts.map