/** * 是否是可遍历对象 * @category Object */ export declare const jsonClone: (val: K) => K;