/**
 * Detects a ZodError and formats error messages.
 * This is the main function that should be used in catch blocks.
 */
export declare const transformZodErrors: (error: any) => Error;
//# sourceMappingURL=zod-error-formatter.helper.d.ts.map