/// import * as Koa from 'koa'; export default class KoaServer { app: Koa; initServer(): Promise; }