/** * context — 查看当前 Task 的上下文加载状态和 Spec 依赖链 */ export interface ContextOptions { task?: string; set?: boolean; iteration?: string; } export declare function contextCommand(options: ContextOptions): Promise; //# sourceMappingURL=context.d.ts.map