/// import { NextFunction, Request, Response } from 'express'; /** * Verify the passed JWT and assign the user ID and role to `req` */ export declare const handler: (req: Request, res: Response, next: NextFunction) => Promise; declare const _default: import("express").RequestHandler>; export default _default;