import type { IntelligenceStats } from './store/stats.js'; export type RenderIntelligenceStatsOptions = { byRec?: boolean; }; export declare function renderIntelligenceStats(stats: IntelligenceStats, options?: RenderIntelligenceStatsOptions): string; //# sourceMappingURL=render-intelligence-stats.d.ts.map