import { ScanReport } from '../types'; import { SentoriConfig } from '../config/sentori-config'; /** * Apply ignore entries and severity overrides from .sentori.yml to a completed * scan report. Does not mutate the input; returns a new report object. */ export declare function applyConfig(report: ScanReport, config: SentoriConfig): ScanReport; //# sourceMappingURL=apply-config.d.ts.map