/** * just to support Node.js 16 * @param obj * @returns */ export declare function deepClone(obj: any): any;