import type { DoctorCheck } from './doctor.js'; export declare function printDoctorChecks(checks: DoctorCheck[]): void; //# sourceMappingURL=health.d.ts.map