export interface ObjMap { [s: string]: T; }