variable z.customimport { z } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts"; const { custom } = z; type<T>(check?: (data: unknown) => any,params?: string | CustomParams | ((input: any) => CustomParams),fatal?: boolean,) => ZodType<T>