import { Suit } from '../suit';
export declare const hearts: Suit;
export declare const spades: Suit;
export declare const clubs: Suit;
export declare const diamonds: Suit;
