/** * 返回是否原始{} * @param obj * @returns {boolean} */ declare function isPlainObject(obj: any): boolean; export { isPlainObject };