import type { DoctorOptions, RuntimeInfo } from '../types.js'; export declare function checkRuntime(options: DoctorOptions): Promise;