export declare const isCardSuitEqual: (card1: number, card2: number) => boolean;
