export default class ThreeCardConverter {
    static fillHand(cards: string[]): string[];
    private static makesStraight;
}
