import { ZodError } from "zod"; declare const parseZodError: (e: ZodError, indentation?: number) => string; export default parseZodError;