/** * @license * Copyright 2022-2026 Matter.js Authors * SPDX-License-Identifier: Apache-2.0 */ /** * Create a deep copy of a data structure. * * Only copies enumerable properties. Handles typed arrays and graphs. */ export declare function deepCopy(value: T): T; //# sourceMappingURL=DeepCopy.d.ts.map