import { type z } from "https://deno.land/x/zod@v3.22.1/index.ts";
const { TransformEffect } = z;
definition: { type: "transform"; transform: (arg: T, ctx: RefinementCtx) => any; }
import { type z } from "https://deno.land/x/zod@v3.22.1/index.ts";
const { TransformEffect } = z;