import { fetchRoutesContent } from "https://deno.land/x/hono@v4.0.10/helper/ssg/index.ts";
type
<E extends Env = Env, S extends Schema = { }, BasePath extends string = "/">() => Promise<Map<string, { content: string | ArrayBuffer; mimeType: string; }>>
app: Hono<E, S, BasePath>,
beforeRequestHook?: BeforeRequestHook,
afterResponseHook?: AfterResponseHook,