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