import type { Skill } from "./types.ts"; export declare function formatSkillsForSystemPrompt(skills: Skill[]): string; //# sourceMappingURL=system-prompt.d.ts.map