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