import type { IntlShape } from '@formatjs/intl'; export type FormatNumberParameters = Parameters['formatNumber']>; export declare function formatNumber(intlShape: IntlShape, ...[value, formatOptions]: FormatNumberParameters): string; //# sourceMappingURL=format-number.d.ts.map