import type { TestHealthReport } from "./types.js"; export declare function checkTestHealth(projectRoot: string): Promise;