export interface StringMap { [key: string]: T; }