/** 获取类型的字符串描述,为小写 */ export declare function getType(obj: any): string; export declare function isObjectOrArray(value: any): boolean; export declare function isNumeric(value: any): boolean; export { isString, isObject, isArray, isRegExp, isFunction } from 'lodash-es';