class Hono extends HonoBase<E, S, BasePath>import { Hono } from "https://dotland.deno.dev/x/hono@v3.9.2/hono.ts"; ConstructorsnewHono(options?: HonoOptions<E>)Type ParametersoptionalE extends Env = EnvoptionalS extends Schema = { }optionalBasePath extends string = "/"