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