/** * propose 命令 - 创建变更提案 * * 生成 proposal + specs + design + tasks 全套工件 */ interface ProposeOptions { schema?: string; json?: boolean; var?: string[]; skipConditional?: boolean; includeConditional?: string | string[]; } export declare function proposeChange(name: string, options: ProposeOptions): Promise; export {}; //# sourceMappingURL=propose.d.ts.map