/** * Determines if the given value is an object. */ declare function isObject(value: any): boolean; export { isObject };