/** * 运行工作流 */ export declare function runWorkflow(options: { workflow?: string; change?: string; fromPhase?: string; skipPhase?: string[]; dryRun?: boolean; list?: boolean; }): Promise; //# sourceMappingURL=index.d.ts.map