/** * Normalizes function "formatNumberToParts" * * @typedef {import('../../../../types/LocalizeMixinTypes').FormatNumberPart} FormatNumberPart * @param {FormatNumberPart[]} formattedParts * @param {import('../../../../types/LocalizeMixinTypes').FormatNumberOptions} options * @param {string} _locale * @returns {FormatNumberPart[]} */ export function normalizeIntl(formattedParts: FormatNumberPart[], options: import("../../../../types/LocalizeMixinTypes").FormatNumberOptions | undefined, _locale: string): FormatNumberPart[]; /** * Normalizes function "formatNumberToParts" */ export type FormatNumberPart = import('../../../../types/LocalizeMixinTypes').FormatNumberPart;