type UnknownValue = any; /** Deep copy an object or an array without reference */ export declare function deepCopy(o: UnknownValue): T; export {};