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