import type { AgentStartBrief } from "../../domain/runtime/agent-brief.js"; export declare function renderAgentBriefMarkdown(brief: AgentStartBrief): string; //# sourceMappingURL=render-agent-brief.d.ts.map