type alias ValueTypeRe-exportimport { type ValueType } from "https://deno.land/std@0.199.0/msgpack/mod.ts"; definition: | number | bigint | string | boolean | null | Uint8Array | ValueType[] | ValueMap