declare namespace NodeJS { interface ProcessEnv { HOST: string API_HOST: string PYTHON_API_HOST: string } }