import { ForgeCommand } from './base.js'; /** * Status Command - Show current progress, active agents, task graph */ export declare class StatusCommand extends ForgeCommand { register(): void; execute(options?: any): Promise; private displayStatus; private formatStatus; private displayTaskSummary; private displayContracts; } //# sourceMappingURL=status.d.ts.map