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