/**
 * `ubon doctor` — environment diagnostic. Mirrors `eslint --print-config`
 * style: tells the user exactly what Ubon thinks about their environment so
 * support requests can be debugged without back-and-forth.
 *
 * Outputs are intentionally cheap (no scan run): we only check that the
 * binaries / optional deps Ubon depends on are reachable.
 */
export declare function runDoctor(directory?: string, options?: {
    agentHarness?: boolean;
}): Promise<void>;
//# sourceMappingURL=doctor.d.ts.map