type ObjectIndex = Record; export declare function deepAssign(to: ObjectIndex, from: ObjectIndex): ObjectIndex; export {};