export namespace NodeJS { interface ProcessEnv { [key: string]: string | undefined } }