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