class z.ZodBigInt extends ZodType<bigint, ZodBigIntDef>import { z } from "https://dotland.deno.dev/x/zod@v3.19.1/mod.ts"; const { ZodBigInt } = z; Methods_parse(input: ParseInput): ParseReturnType<bigint>Static Propertiescreate: (params?: RawCreateParams) => ZodBigInt