namespace NodeJS { interface ProcessEnv { NEXT_PUBLIC_BASE_URL: string; NEXT_PUBLIC_PAYMENT_URL: string; NEXT_PUBLIC_GA_ID: string; } }