/** * 是否是空对象 * @category Object * @param obj * @return {boolean} */ export declare const isEmptyObject: (obj: Object) => boolean;