import * as Koa from 'koa'; export declare class ErrorMiddleware { constructor(); use(ctx: Koa.Context, next: () => Promise): Promise; }