import { ZodCatchDef } from "zod/v3"; import { Refs } from "../Refs.js"; export declare const parseCatchDef: (def: ZodCatchDef, refs: Refs) => import("../parseTypes.js").JsonSchema7Type | undefined;