declare global { namespace NodeJS { interface ProcessEnv { NODE_ENV: ("development" | "staging" | "production" | "test") & (string & {}); } } }