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