declare const deepCopyObject: (inObject: any) => any; export default deepCopyObject;