/** * Deterministic CBOR encoding per RFC 8949 (bytewise-sorted map keys, * smallest-possible integer sizes). */ export declare function cborEncode(value: unknown): Uint8Array; //# sourceMappingURL=cbor.d.ts.map