import { type msgpack } from "https://deno.land/x/s3si@gui-v0.4.16/deps.ts";
const { DecodeOptions } = msgpack;
definition: Readonly<Partial<{ extensionCodec: ExtensionCodecType<ContextType>; maxStrLength: number; maxBinLength: number; maxArrayLength: number; maxMapLength: number; maxExtLength: number; }>> & ContextOf<ContextType>