type alias msgpack.ExtensionDecoderTypeimport { type msgpack } from "https://deno.land/x/s3si@v0.1.8/deps.ts"; const { ExtensionDecoderType } = msgpack; Type ParametersContextTypedefinition: (data: Uint8Array,extensionType: number,context: ContextType,) => unknown