import type Digit from './Digit'; type Price = `${bigint | ''}.${Digit}${Digit}`; export default Price;