/** * Print the health score of the project based on scan results. * @param score - The health score (0-100). * @param json - Whether to output in JSON format. * @returns Whether the health score was printed. */ export declare function printHealthScore(score: number, json?: boolean): boolean; //# sourceMappingURL=printHealthScore.d.ts.map