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