import type { PokerHand } from './PokerHand'; export declare const pokerHandStrengthMap: { [hand in PokerHand]: number; };