import type { ZodError } from 'zod'; export declare function formatZodError(zodError: ZodError, modelName?: string): string;