import type { CheckResult, DoctorContext } from '../types.js'; export declare function checkToolRuntimes(ctx: DoctorContext): Promise;