import type { RuntimeEnv } from "../runtime.js";
import type { DoctorOptions } from "./doctor-prompter.js";
export declare function doctorCommand(runtime?: RuntimeEnv, options?: DoctorOptions): Promise<void>;
