import { Application } from './Application'; import { ServerConfig } from './ServerConfig'; export declare function createServer(appConfig: ServerConfig): Application; //# sourceMappingURL=createServer.d.ts.map