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