import type { Lang, SkillIndex } from '../types/index.js'; export declare function renderSkillList(idx: SkillIndex, lang?: Lang): string;