import { type RouterContextProps } from "https://deno.land/x/aleph@1.0.0-beta.44/framework/react/context.ts";
definition: { url: URL; params: Record<string, string>; e404?: boolean; ssrHeadCollection?: string[]; createPortal?: () => ReactPortal; }