interface ToSSGInterfaceimport { type ToSSGInterface } from "https://deno.land/x/hono@v4.0.1/helper/ssg/index.ts"; Type ParametersoptionalE extends Env = EnvoptionalS extends Schema = { }optionalBasePath extends string = "/"Call Signatures(app: Hono<E, S, BasePath>,fsModule: FileSystemModule,options?: ToSSGOptions,): Promise<ToSSGResult>