import type { IntlShape } from '@formatjs/intl';
export type FormatListParameters = Parameters<IntlShape<string>['formatList']>;
export declare function formatList(intlShape: IntlShape, ...[value, formatOptions]: FormatListParameters): string;
//# sourceMappingURL=format-list.d.ts.map