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