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