/** @deprecated Aliases belong to an account's selected profile, never the package. */ export declare const SKILL_ALIASES: Readonly>; export type SkillAlias = keyof typeof SKILL_ALIASES; export declare function normalizeSkillSlug(name: string): string; export declare function resolveSkillAlias(name: string): string;