export type BencodeUint8Array<T> = Uint8Array & {
    __BRAND__: 'bencode';
    __TYPE__: T;
};
