declare global { namespace NodeJS { interface ProcessEnv { NODE_ENV?: string; PORT?: string; } } } export {};