export default interface IReadonlyDictionary { readonly [key: string]: T; }