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