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