import type { Issue, Manifest } from '../../../types/analysis.types';
export declare const parseNagFindingsFromManifest: (manifest: Manifest, pathToLogicalId: Record<string, string>) => Record<string, Issue[]>;
