import type { PokerCard } from './PokerCard'; export declare function pokerCardToUnicode(card: PokerCard): string;