/** Deterministic string form of a value (recursively key-sorted). */ export declare function canonicalize(value: unknown): string; /** sha256 hex of the canonical form. 64 hex chars. */ export declare function bodyHash(value: unknown): string; //# sourceMappingURL=canonical-hash.d.ts.map