/** * sync - 反向同步命令 * 检测代码与 Spec 的差异,更新 Spec 文件 */ export interface SyncOptions { task?: string; iteration?: string; auto?: boolean; dryRun?: boolean; force?: boolean; detect?: boolean; } export declare function syncCommand(options: SyncOptions): Promise; //# sourceMappingURL=sync.d.ts.map