import type { Parsed } from "../util.js"; export declare function doctor(parsed: Parsed): Promise;