import * as Koa from 'koa';
export declare function koaErrorHandler(ctx: Koa.Context, next: () => void): Promise<void>;
