import { RequestHandler } from 'express-serve-static-core'; export declare const wrapAsync: (fn: RequestHandler) => RequestHandler;