import { ChanceRatioMap } from '../../shared/types/roulette/chance-ratio-map.type'; export interface IChanceRatioMapGenerator> { getChanceRatioMap(...args: unknown[]): M; }