export interface IObject { [key: string]: any; } export declare function isObject(obj: any): boolean;