interface Dictionary { [Key: string]: T } export { Dictionary } export default Dictionary