import type { FeatureStatisticsWithMeta } from '../../feature';
import type { StatisticsSummarizerConfiguration } from '../../../summarizer/summarizer';
/**
 * Note: the summary does not contain a 0, for each function that `is _not_ called` by a file. Hence, the minimum can not be 0 (division for mean etc. will still be performed on total file count)
 */
export declare function postProcess(featureRoot: string, info: Map<string, FeatureStatisticsWithMeta>, outputPath: string, config: StatisticsSummarizerConfiguration): void;
