import type { PermanentAgentSummary } from "./agentPermanentTypes.js"; /** * Formats permanent agents into an XML prompt segment for the system prompt. * Expects: summaries include non-empty name and systemPrompt strings. */ export declare function agentPermanentPrompt(agents: PermanentAgentSummary[]): string; //# sourceMappingURL=agentPermanentPrompt.d.ts.map