import type { Formats } from 'intl-messageformat'; type NumberFormatOptions = Formats['number'][string]; export default NumberFormatOptions;