FormatNumberOptions name conflict
The build crashes with an errorError: **node_modules/libphonenumber-js/index.d.cts:15:3 - error TS2440: Import declaration conflicts with local declaration of 'FormatNumberOptions'.** The thing is that in node_modules/libphonenumber-js/index.d.ts the FormatNumberOptions interface is imported and a little lower in the same file the FormatNumberOptions type is exported, i.e. the name is the same https://gitlab.com/catamphetamine/libphonenumber-js/-/blob/master/index.d.ts#L15 https://gitlab.com/catamphetamine/libphonenumber-js/-/blob/master/index.d.ts#L164
issue