import { IntlConfig, Formatters, IntlFormatters } from '../types'; export declare function formatList({ locale, onError }: Pick, getListFormat: Formatters['getListFormat'], values: Array, options: Parameters[1]): string;