export interface IDictionary { [id: string]: TValue; }