import IntlTranslationFormat from "intl-messageformat";
import { NumberFormatOptions } from "@formatjs/ecma402-abstract";
//#region src/formatters.d.ts
type IntlListFormatOptions = {
  localeMatcher?: 'best fit' | 'lookup';
  type?: 'conjunction' | 'disjunction' | 'unit';
  style?: 'long' | 'short' | 'narrow';
};
//#endregion
export { IntlListFormatOptions };