import type { Command } from 'commander'; import type { AgentConfig } from '../types'; export declare function formatStatus(config: AgentConfig): string; export declare function registerStatusCommand(program: Command): void; //# sourceMappingURL=status-command.d.ts.map