import { Combination, GameType } from './types';
export declare const toCombination: (gameType: GameType, rank: number) => Combination;
