import type { IssueGroup } from '../../types/analysis.types'; /** Ensure static, cdk-nag, validation-report and AI findings all participate * in the same finding-class filters and CI gates. Explicit classes are kept. */ export declare const classifyFindings: (recommendationMap: Record) => void;