import type { IssueGroup } from '../../types/analysis.types';
/**
 * Print a table of all issues, sorted by severity (Critical first).
 */
export declare const printTableToConsole: (recommendations: Record<string, IssueGroup>) => void;
