/// import * as Koa from 'Koa'; import * as http from 'http'; import { AppletManager } from './applet-manager'; export declare class Application extends Koa { appletManager: AppletManager; } export declare const app: Application; export declare const server: http.Server;