import type { EnvironmentCheckResult, DoctorOptions } from '../types.js'; export declare function checkEnvironment(options?: DoctorOptions): EnvironmentCheckResult;