import { TFormatNumberOptions } from './formatNumber'; export { NUMBER_FORMATS, type TFormatNumberOptions } from '../types/format'; export declare function formatNumberWithAbbr(value: number, locale?: string, options?: TFormatNumberOptions): string;