import type Koa from 'koa'; export declare function logger(ctx: Koa.Context, next: () => Promise): Promise; //# sourceMappingURL=logging.d.ts.map