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