declare const isObject: (value: any) => value is object; export default isObject;