import { Formatters, IntlFormatters, OnErrorFn, Part } from './types.js'; export declare function formatList(opts: { locale: string; onError: OnErrorFn; }, getListFormat: Formatters['getListFormat'], values: Iterable, options: Parameters[1]): string; export declare function formatListToParts(opts: { locale: string; onError: OnErrorFn; }, getListFormat: Formatters['getListFormat'], values: Iterable, options: Parameters[1]): Part[];