import type { SkillMeta } from "./types.js"; export declare function skillScopeLabel(skill: SkillMeta): string; export declare function renderSkillListing(skills: readonly SkillMeta[]): string;