import type { HttpServerContext, HttpServerInterface } from './type'; export declare function createHttpServer({ router }: HttpServerContext): HttpServerInterface; //# sourceMappingURL=module.d.ts.map