import { Card } from './card';
export declare const cactusFastRankHand: (hand: [Card, Card, Card, Card, Card]) => number;
