import express from 'express'; export declare function asyncMiddleware(fn: express.RequestParamHandler): (req: express.Request, res: express.Response, next: express.NextFunction) => void;