/** * Serializes an object to a stable (deterministic) JSON string. * Keys are sorted alphabetically to ensure consistent ordering. */ export declare function stableStringify(value: unknown): string;