// emit an event that the env is loaded
import { EventEmitter } from "events";
export const EnvEmitter = new EventEmitter();