export declare const toKebabCase: (str: string) => string; export declare const validateSkillName: (name: string) => string; export declare const generateProjectName: (rootDirs: string[]) => string; export declare const generateSkillDescription: (_skillName: string, projectName: string) => string; export declare const generateProjectNameFromUrl: (remoteUrl: string) => string; export declare const extractRepoName: (url: string) => string; export declare const generateDefaultSkillNameFromUrl: (remoteUrl: string) => string; export declare const generateDefaultSkillName: (rootDirs: string[]) => string;