import { Command } from 'commander'; export declare const employeeSkillCommand: Command; export declare function buildDeveloperSkillListResult(): import("@nexusclaw/shared").CliResultV1; export declare function buildDeveloperSkillDescribeResult(skillId: string): import("@nexusclaw/shared").CliResultV1;