export type CborUint8Array = Uint8Array & { __BRAND__: 'cbor'; __TYPE__: T; }; //# sourceMappingURL=types.d.ts.map