/** * openlore doctor command * * Self-diagnostic tool that checks all prerequisites and surfaces actionable * fixes when something is misconfigured or missing. */ import { Command } from 'commander'; export declare const doctorCommand: Command; //# sourceMappingURL=doctor.d.ts.map