import { RequestHandler } from 'express';
export default function wrapAsync(fn: RequestHandler): RequestHandler;
