/** * 判断是否是简单对象 * @param obj * @returns */ export declare function isObject(obj: any): boolean;