import { TypeEnvironment } from "./TypeEnvironment"; export class RootEnvironment extends TypeEnvironment { constructor() { super(null); } }