import type { NextFunction, Request, Response } from 'express'; export declare const hook: (attacher: (req: Request, res: Response, next: NextFunction) => void | Promise) => (req: Request, res: Response, next: NextFunction) => void | Promise;