declare function getDisplaySkillGroups(): any[]; declare function getDisplaySkillNames(): Set; declare function getKnownSkillNames(): Set; declare function normalizeSkillCommandPrefix(messageText: any): string; /** Reset the in-process scan cache. Use only in tests that create/delete skill files mid-run. */ declare function clearSkillScanCache(): void; export { getKnownSkillNames, getDisplaySkillNames, getDisplaySkillGroups, normalizeSkillCommandPrefix, clearSkillScanCache };