export declare type HandName = 'invalid hand' | 'high card' | 'one pair' | 'two pairs' | 'three of a kind' | 'straight' | 'flush' | 'full house' | 'four of a kind' | 'straight flush';