export interface IStringMap { [key: string]: string; }