import { Next } from 'koa'; import { Context } from '../../context'; /** * Logs information about the request and response. */ export declare function loggingMiddleware(ctx: Context, next: Next): Promise;