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