/** * Capsule declaration wrapping CanonicalCbor as a `pureTransform`. Anchors * the content-address kernel inside the 7-arm factory so the harness can * audit the encoder alongside boundary evaluation and token buffering. * * @module */ /** * Declared capsule for `CanonicalCbor.encode`. Registered in the module-level * catalog at import time; walked by the factory compiler. */ export declare const canonicalCborCapsule: import("../assembly.js").CapsuleDef<"pureTransform", unknown, Uint8Array, unknown>; //# sourceMappingURL=canonical-cbor.d.ts.map