import { createAuditReport } from "./audit-install.js"; export declare function createDoctorReport(workspaceRoot: string, packageRoot: string): Promise<{ status: "clean" | "warning" | "missing"; audit: Awaited>; }>; //# sourceMappingURL=doctor-workspace.d.ts.map