import { Next } from 'koa';
import { Context } from '../app';
export default function responseHandler(ctx: Context, next: Next): Promise<void>;
