/** Stable existing checkpoint/review encoding. Keep historical commitments byte-compatible. */ export declare function canonicalJson(value: unknown): string; export declare function sha256(value: unknown): string; //# sourceMappingURL=digest.d.ts.map