/** * @license * Copyright 2022-2024 Matter.js Authors * SPDX-License-Identifier: Apache-2.0 */ export declare function isDeepEqual(a: any, b: any): boolean; //# sourceMappingURL=DeepEqual.d.ts.map