/// /// declare global { namespace NodeJS { interface ProcessEnv { readonly NEXT_PUBLIC_BACKEND_URL?: string; } } } export {};