import type { DoctorOptions, ConnectivityInfo } from '../types.js'; export declare function checkConnectivity(options: DoctorOptions, baseUrl: string): Promise;