import { type Obj } from "./objectTypes"; /** * Shallow copy an object */ export declare function CloneObject($obj: O): O;