import { ParameterBag } from "./ParameterBag" export class Environment extends ParameterBag { constructor(){ super() } }