///
import http from 'http';
import Koa from 'koa';
import { Ssl } from './ssl';
export declare const Httpx: {
create: typeof create;
};
declare function create(app: Koa, port: number, ssl?: Ssl.Options): Promise;
export {};
//# sourceMappingURL=httpx.d.ts.map