import type { AgentMuxClient } from '@a5c-ai/comm-adapter'; import type { ParsedArgs } from '../parse-args.js'; export declare function doctorCommand(client: AgentMuxClient, args: ParsedArgs): Promise;