/// import * as http from 'node:http'; import type { Hono } from 'hono'; export declare function startHttpServer(router: Hono, port?: number | string): Promise; //# sourceMappingURL=http.d.ts.map