export type ToBase = (arg: { value: string; toBase: 16 | 10 | 8 | 2; }) => string;