import { Command } from 'commander';
/**
 * Doctor command to diagnose and fix common ailock issues
 */
export declare function createDoctorCommand(): Command;
//# sourceMappingURL=doctor.d.ts.map