import { Context } from 'koa'; export declare function logMiddleware(ctx: Context, next: () => any): Promise;