import { CARD_SUIT } from '../types/card.js';
export declare const getCardSuit: (card: number) => CARD_SUIT;
