interface FileSystemModuleimport { type FileSystemModule } from "https://deno.land/x/hono@v4.0.10/helper/ssg/index.ts"; MethodswriteFile(path: string, data: string | Uint8Array): Promise<void>mkdir(path: string, options: { recursive: boolean; }): Promise<void | string>