import type { AgentSkill } from "./skillTypes.js"; /** * Formats available skills into an XML list for the skills system section. * * Expects: skills may include duplicates; the first entry per path is used. */ export declare function skillPromptFormat(skills: AgentSkill[]): string; //# sourceMappingURL=skillPromptFormat.d.ts.map