interface SkillsListOptions { json: boolean; } export declare function handleSkillsList(opts?: SkillsListOptions): Promise; export declare function handleProfileSkillsList(profileName: string, opts?: SkillsListOptions): Promise; export declare function handleProfileSkillsLink(profileName: string, skillName: string): Promise; export declare function handleProfileSkillsUnlink(profileName: string, skillName: string): Promise; export {};