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