/** * Formats a Zod error message for better readability. Compatible with both Zod v3 and v4. */ export declare function getZodErrorMessage(err: unknown): string;