import type { Skill } from "./index.js"; export declare function formatSkills(skills: Skill[]): string;