/** test if object but not array and not null (null is an object in Js) */
export declare function isObject(o: any): boolean;
