/// <reference types="express" />
import { Handler } from 'express';
export declare function handleAsync(handler: Handler): Handler;
