method ZodType.prototype.superRefineimport { ZodType } from "https://dotland.deno.dev/x/zod@v3.20/index.ts"; superRefine<RefinedOutput extends Output>(refinement: (arg: Output, ctx: RefinementCtx) => arg is RefinedOutput): ZodEffects<this, RefinedOutput, Input>superRefine(refinement: (arg: Output, ctx: RefinementCtx) => void): ZodEffects<this, Output, Input>Type ParametersRefinedOutput extends OutputParametersrefinement: (arg: Output, ctx: RefinementCtx) => arg is RefinedOutputReturnsZodEffects<this, RefinedOutput, Input>Parametersrefinement: (arg: Output, ctx: RefinementCtx) => voidReturnsZodEffects<this, Output, Input>