export interface IStringStringMapEntry { key: string; value: string; }