namespace NodeJS { interface ProcessEnv { OPENAI_API_KEY: string; OPENAI_API_HOST?: string; } }