import { type z } from "https://deno.land/x/zod@v3.23.2/mod.ts";
const { RefinementEffect } = z;
definition: { type: "refinement"; refinement: (arg: T, ctx: RefinementCtx) => any; }
import { type z } from "https://deno.land/x/zod@v3.23.2/mod.ts";
const { RefinementEffect } = z;