import { NextFunction as ExpressNextFunction } from 'express'; interface NextFunction extends ExpressNextFunction { } export { NextFunction };