import { BigNumber } from 'libs/utils/BigNumber/utils'

export type TimeValueMap = { [key: string]: BigNumber }
