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