/** * history - 查看需求变更历史命令 * 输出指定需求(REQ-XXX)的完整变更历史,包括来源、版本演进、关联迭代 */ export interface HistoryOptions { req?: string; } export declare function historyCommand(options: HistoryOptions): Promise; export declare function opsCommand(): Promise; //# sourceMappingURL=history.d.ts.map