export declare const isObject: (value: any) => boolean; export interface ObjectMap { [k: string]: T; }