import { Request, Response, NextFunction } from \'express\'; interface UserPayload { id: string; email: string; } declare global { namespace Express {