/** * Checks if the given input is an Object object (haha) */ declare const isObject: (obj: any) => boolean; export default isObject;