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