export declare const SAFETY_ICONS: Record; export declare const SAFETY_COLORS: Record string>; /** * Standard tool header for CLI output */ export declare function renderToolHeader( label: string, emoji: string, score: number, rating: string ): void; /** * Standard safety rating renderer */ export declare function renderSafetyRating(safety: string): void; /** * Standard issue summary block */ export declare function renderIssueSummaryBlock(summary: any): void; /** * Render a sub-section with dividers */ export declare function renderSubSection(title: string): void; /** * Standard footer with readiness score */ export declare function renderToolScoreFooter(score: any): void; //# sourceMappingURL=terminal-renderers.d.ts.map