import { type SSRContext } from "https://deno.land/x/aleph@1.0.0-alpha.14/server/renderer.ts";
definition: { readonly url: URL; readonly routeModules: RouteModule[]; readonly headCollection: string[]; readonly errorBoundaryHandler?: CallableFunction; readonly suspense: boolean; readonly signal: AbortSignal; readonly bootstrapScripts?: string[]; }