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