type alias z.PreprocessEffectimport { type z } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts"; const { PreprocessEffect } = z; Type ParametersTdefinition: { type: "preprocess"; transform: (arg: T, ctx: RefinementCtx) => any; }