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