/** * Serializes a value with object keys sorted at every depth and array order * preserved, so the result is a stable digest input for an equal document * written with differently ordered keys. */ export declare function canonicalJson(value: unknown): string;