import { saveContentToFile } from "https://dotland.deno.dev/x/hono@v4.2.2/helper/ssg/ssg.ts";
type
() => Promise<string | undefined>
data: Promise<{ routePath: string; content: string | ArrayBuffer; mimeType: string; } | undefined>,
fsModule: FileSystemModule,
outDir: string,
extensionMap?: Record<string, string>,