import { JSValue } from "./JSValue.js"; export declare function deepEqual(a: JSValue, b: JSValue): boolean;