export declare const SKILL_ALIASES: { readonly "create-blog-article": "blog-article"; }; export type SkillAlias = keyof typeof SKILL_ALIASES; export declare function normalizeSkillSlug(name: string): string; export declare function resolveSkillAlias(name: string): string;