export default function deepClone(target: any, map?: WeakMap<object, any>): any;
