import type { IntlShape } from "react-intl"; /** * Formats a token count as a translated, locale-aware string, compacting large counts (e.g. * "4K tokens" instead of "4,000 tokens") while keeping singular/plural driven by the real count. * @internal */ export declare function formatTokens(intl: IntlShape, count: number): string; //# sourceMappingURL=formatTokens.d.ts.map