import { type CliOptions } from "./cli.js"; /** * Prints what is and is not working locally. * * Roughly a fifth of the issues filed against 1.x were environment problems — * old Node, the connector not running, the extension never connected — that a * single command could have answered without a human. */ export declare function runDoctor(options: CliOptions): Promise;