declare global { namespace NodeJS { interface ProcessEnv { API_ENVIRONMENT: string; } } } export {};