import { type Obj } from "./objectTypes"; /** * Deep clones an object, be aware of functions such as "Date". */ export declare function DeepCloneObject($obj: Obj): Obj;