declare namespace NodeJS { export interface ProcessEnv { readonly NEXT_PUBLIC_API_CORE_URL: string; } }