export { isNull, isNil, isUndefined, isString, isNumber, isBoolean, isObject, isArray, isArrayLike, isFunction, } from 'lodash-es'; export declare const isWindow: (value: any) => value is Window; export declare const isNumeric: (value: any) => boolean;