import * as Koa from "koa"; declare const createServer: () => Koa; export default createServer;