/** * Compact token/count formatting shared by the surfaces that report numbers * (footer, task panel, startup resource summary). * * Numbers stay exact where they fit and degrade to one decimal of `k`/`M` so a * count never grows the fixed-width chrome it sits in. */ export declare function formatTokens(count: number): string; //# sourceMappingURL=format-tokens.d.ts.map