/** * 删除对象中所有未定义值的属性。 * * @param {object} obj */ export declare function removeUndefinedProperties(obj: T): T;