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