/** * instructions 命令 - 获取工件构建指令 * * 直接调用 TemplateEngine.generateInstructionData() 获取结构化数据 * 避免正则解析 Markdown,确保数据一致性 */ interface InstructionsOptions { change: string; json?: boolean; } export declare function getInstructions(artifactId: string, options: InstructionsOptions): Promise; export {}; //# sourceMappingURL=instructions.d.ts.map