export interface Map { [k: string]: T; }