type alias bencodeValueimport { type bencodeValue } from "https://deno.land/x/bencode@v0.1.2/src/encode.ts"; definition: | string | Uint8Array | number | { [key: string]: bencodeValue; } | bencodeValue[]