import type { CliConfig, CommandContext, ParsedArgs } from "../../types.js"; export declare function runDoctorCommand(config: CliConfig, parsed: ParsedArgs, context: CommandContext): Promise; //# sourceMappingURL=action.d.ts.map