/**
 * 判断一个 object 对象是否为空
 */
declare const checkNullObj: (obj: {}) => boolean;
export default checkNullObj;
