/** * Doctor — monoes tool family checks (monotask, mono-agent, mono-clip) * * Opt-in component only (`monomind doctor -c monoes-tools`) — not part of the * always-on check set, since these are unrelated sibling tools on this machine, * not monomind dependencies. Catches known Homebrew tap-rename and Gatekeeper * issues discovered while installing them via /monoes:install. */ import type { HealthCheck } from './doctor-env-checks.js'; export declare function checkMonoesTools(): Promise; export declare function fixMonoesTools(): Promise; //# sourceMappingURL=doctor-monoes-checks.d.ts.map