class Hono extends HonoBase<E, S, BasePath>Re-exportimport { Hono } from "https://deno.land/x/deno_nest@v3.15.1/modules/hono/mod.ts"; ConstructorsnewHono(options?: HonoOptions<E>)Type ParametersoptionalE extends Env = EnvoptionalS extends Schema = BlankSchemaoptionalBasePath extends string = "/"