/** 替换对象内容(保持对象引用) */ export declare function replaceObject(srcObject: any, replaceObject: any): any; //# sourceMappingURL=replaceObject.d.ts.map