import { Decimal } from 'decimal.js'; import { NumberFormatDigitInternalSlots } from '../types/number.js'; /** * https://tc39.es/ecma402/#sec-formatnumberstring */ export declare function FormatNumericToString(intlObject: Pick, _x: Decimal): { roundedNumber: Decimal; formattedString: string; };