/// <reference types="chai" />
export declare function isObject(x: any): x is Object;
