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