import type { DoctorReport } from '../types/index.js'; /** Parse a persisted doctor report without trusting JSON casts at Studio boundaries. */ export declare function parseDoctorReport(value: unknown): DoctorReport | null;