declare type Dictionary = { [key: string]: T; }; export default Dictionary;