/** * Stable JSON encoding used by persisted content-addressed contracts. * * Object keys are sorted recursively, array order is preserved, and the * result is compact. Keep this implementation byte-for-byte compatible: * workflow revision ids, migration-ledger hashes, and v2 run archive ids all * derive from these bytes. */ export declare function canonicalJsonStringify(value: unknown): string; //# sourceMappingURL=canonical-json.d.ts.map