method z.ZodBigInt.prototype.setLimitimport { z } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts"; const { ZodBigInt } = z; setLimit(kind: "min" | "max",value: bigint,inclusive: boolean,message?: string,)Parameterskind: "min" | "max"value: bigintinclusive: booleanoptionalmessage: string