3 lines
113 B
TypeScript
3 lines
113 B
TypeScript
import type { DoctorResult } from "./types";
|
|
export declare function formatStatus(result: DoctorResult): string;
|