import type { DoctorResult } from "./types"; export declare function formatStatus(result: DoctorResult): string;