/**
A [[Number]]
@example
```ts
type number0 = '-42`
type number1 = '420'
```
*/
export type Number = string;
