import type { RoutingClusterNode } from "@paroicms/public-anywhere-lib";
import type { SiteContext } from "../../site-context/site-context.types.js";
export declare function loadRoutingClusterWithAnnotations(siteContext: Pick<SiteContext, "siteSchema" | "cn">, rootNodeId: string): Promise<RoutingClusterNode>;
