/** Compact token formatting for user-facing panels: lowercase k/M with the * same thresholds as the hosts' footers (<1000 → raw, <10000 → one decimal * k, <1e6 → rounded k, <1e7 → one decimal M). */ export declare function formatCompactTokens(count: number): string; //# sourceMappingURL=format.d.ts.map