import { NumberFormatInternal, NumberFormatOptions, NumberFormatLocaleInternalData } from '../types/number'; /** * https://tc39.es/ecma402/#sec-initializenumberformat */ export declare function InitializeNumberFormat(nf: Intl.NumberFormat, locales: string | ReadonlyArray | undefined, opts: NumberFormatOptions | undefined, { getInternalSlots, localeData, availableLocales, numberingSystemNames, getDefaultLocale, currencyDigitsData, }: { getInternalSlots(nf: Intl.NumberFormat): NumberFormatInternal; localeData: Record; availableLocales: Set; numberingSystemNames: ReadonlyArray; getDefaultLocale(): string; currencyDigitsData: Record; }): Intl.NumberFormat; //# sourceMappingURL=InitializeNumberFormat.d.ts.map