import type ParamsDictionary from "./ParamsDictionary"; type EnvContext = { [key: string]: ParamsDictionary; }; export default EnvContext;