import { zod } from "https://deno.land/x/cav@0.0.24/test/test_deps.ts";
const { instanceof } = zod.z;
type
<T extends new (...args: any[]) => any>(cls: T, params?: Parameters<ZodTypeAny["refine"]>[1]) => unknown
import { zod } from "https://deno.land/x/cav@0.0.24/test/test_deps.ts";
const { instanceof } = zod.z;