import * as Koa from 'koa'; export default function expansion(app: Koa, { context, request, response }: { context: { [key: string]: any; }; request: { [key: string]: any; }; response: { [key: string]: any; }; }): void;