export declare const USER_SKILL_NAMES: readonly string[]; export declare const OBSOLETE_SKILL_NAMES: readonly string[]; export declare function userSkillNames(): string[]; export declare function obsoleteSkillNames(): string[];