/**
 * 判断是否是空对象
 * @param val 对象
 */
declare function isEmptyObject(val: object): boolean;

export { isEmptyObject };
