import { i as WithoutWebsocket, n as HonoServerOptionsBase, t as createGetLoadContext } from "../helpers-CvvzWAWX.js"; import { Env, Hono } from "hono"; import { BlankEnv } from "hono/types"; //#region src/adapters/cloudflare.d.ts interface HonoCloudflareOptions extends Omit, "port"> {} type HonoServerOptions = HonoCloudflareOptions & Omit, "useWebSocket">; /** * Create a Hono server * * @param config {@link HonoServerOptions} - The configuration options for the server */ declare function createHonoServer(options?: HonoServerOptions): Promise>; //#endregion export { HonoServerOptions, createGetLoadContext, createHonoServer };