export type { RangeGame, SpotGame, RangePlayer, SpotPlayer, ComputedData, AllocationPercentages, } from './types';
export { calculateSpotPotDistribution, calculateRangePotDistribution, computeRangeWinnings, computeSpotWinnings, } from './computation';