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