/** * apply 命令 - 执行变更实现 * * 融合 OpenSpec apply + Superpowers SDD 引擎 */ interface ApplyOptions { change?: string; parallel?: boolean; hostDriven?: boolean; json?: boolean; } export declare function applyChange(options: ApplyOptions): Promise; export {}; //# sourceMappingURL=apply.d.ts.map