import type { Command } from 'commander'; /** * 命令面严格对齐 WBS 工具名,避免再出现第二套别名语义。 */ export declare function registerWbs(program: Command): void;