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