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