import type { PokerRank } from './PokerRank'; export declare const pokerRankStrengthMap: { [rank in PokerRank]: number; };