import type { PokerSuit } from './PokerSuit'; export declare const pokerSuitIndexMap: { [suit in PokerSuit]: number; };