/** * @deprecated use `Uint8Array` instead */ export type CborString = Uint8Array;