import { type z } from "https://deno.land/x/deno_books@v1.4.0/deps.ts";
const { PreprocessEffect } = z;
definition: { type: "preprocess"; transform: (arg: T, ctx: RefinementCtx) => any; }
import { type z } from "https://deno.land/x/deno_books@v1.4.0/deps.ts";
const { PreprocessEffect } = z;