/** * * 清空对象空值,返回清洗完的对象 * @obj 要清洗的对象 * @returns 返回清洗完的对象 */ export declare const areRinseObj: (obj?: any) => any;