import * as Koa from "koa"; export interface IContext { app: Koa; rootPath: string; }