import type { CommandContext, DoctorCheck, InstanceConfig } from "../types.js"; export type { DoctorCheck } from "../types.js"; export declare function runDoctor(instance: InstanceConfig, context: CommandContext, driverDiagnostics: DoctorCheck[]): Promise; export declare function hasFailedChecks(checks: DoctorCheck[]): boolean; export declare function formatChecks(checks: DoctorCheck[]): string; //# sourceMappingURL=diagnostics.d.ts.map