interface ToSSGInterfaceimport { type ToSSGInterface } from "https://deno.land/x/hono@v4.1.2/helper/ssg/index.ts"; Call Signatures(app: Hono<any, any, any>,fsModule: FileSystemModule,options?: ToSSGOptions,): Promise<ToSSGResult>