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