/**
 * Doctor command - Read-only diagnostic that validates SRTD setup
 */
import { Command } from 'commander';
export declare const doctorCommand: Command;
