declare namespace NodeJS { interface ProcessEnv { NODE_ENV: 'production' | 'development' | 'test'; NEXT_PUBLIC_BASE_URL: string; NEXT_PUBLIC_BACKEND_BASE_URL: string; } }