import { type SSRContext } from "https://deno.land/x/aleph@1.0.0-beta.23/server/types.ts";
definition: { readonly url: URL; readonly routing: RouteModule[]; readonly headCollection: string[]; readonly signal: AbortSignal; readonly nonce?: string; setStatus(code: number): void; setSuspenseMarker(selector: string, test: (el: Element) => boolean): void; }