Introduce types for `Intl.ListFormat`. The code below shall not generate errors: ```javascript new Intl.ListFormat('bg', {type: 'conjunction'}).format(['a','b','c']) ```