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