import { JsonValue } from "./types"; /** Lightweight deep equality check (sufficient for JSON-like trees) */ export declare function deepEquals(a: JsonValue, b: JsonValue): boolean; //# sourceMappingURL=deepEquals.d.ts.map