/** * `elyra doctor models` — live-verify configured providers against the * model registry without starting an agent session. Uses the same probe * engine as the doctor extension's probe_models tool, with credentials * resolved from auth.json and environment variables. */ export declare function handleDoctorCommand(args: string[]): Promise; //# sourceMappingURL=doctor-cli.d.ts.map