import type { Skill } from './types.ts'; export declare function formatSkillsForSystemPrompt(skills: Skill[]): string;