declare function isObject(val: any): val is object;

export { isObject };
