export type CurrencyManager = { startTimer: () => void; stopTimer: () => void; createAllCurrencyCommands: () => void; };