import { type BigintSchemaAsync } from "https://deno.land/x/valibot@v0.28.1/mod.ts";
Bigint schema async type.
definition: BaseSchemaAsync<bigint, TOutput> & { type: "bigint"; message: ErrorMessage | undefined; pipe: PipeAsync<bigint> | undefined; }