import type { AgentWorkspace } from "#internal/project-context.js";
/** Build the public root page for a hostless multi-agent deployment. */
export declare function buildMultiAgentLandingPage(workspace: AgentWorkspace): string;
