/** Stable JSON: object keys sorted, arrays (which are ordered data) left alone. `undefined` and * functions encode as `null`, matching what a jsonb round-trip would have kept. */ export declare function canonicalJson(value: unknown): string;