import type { ZodCatchDef } from 'zod/v3';
import type { Refs } from "../Refs.js";
export declare const parseCatchDef: (def: ZodCatchDef<any>, refs: Refs, forceResolution: boolean) => import("..").JsonSchema7Type | undefined;
//# sourceMappingURL=catch.d.ts.map