/** * Canonical JSON for signing — RFC 8785 (JSON Canonicalization Scheme), via the * `canonicalize` package (by the RFC's author). Byte-identical to the Python * SDK's output (Python uses the `rfc8785` library, same RFC), so a mandate signed * in one SDK verifies in the other. */ export declare function canonicalize(obj: unknown): Buffer; //# sourceMappingURL=canonical.d.ts.map