export default function getDeepClone(origin: { [key: string]: any; }, target?: { [key: string]: any; } | [any]): object | any[];