import type { Command } from "commander"; export declare function registerDoctorCommands(program: Command): void; export declare function registerMcpDoctorCommand(parent: Command): void;