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