import type { ScanResult } from '../../config/types.js'; /** * Computes a health score based on the scan results. * @param scan - The result of the scan. * @returns The computed health score as a number between 0 and 100. */ export declare function computeHealthScore(scan: ScanResult): number; //# sourceMappingURL=computeHealthScore.d.ts.map