import type { HushContext } from '../types.js'; interface DoctorOptions { startDir: string; newRepo?: boolean; explicitRoot?: string; json?: boolean; } export declare function doctorCommand(ctx: HushContext, options: DoctorOptions): Promise; export {}; //# sourceMappingURL=doctor.d.ts.map