/**
 * Complete Tarot Deck - 78 Cards
 * Major Arcana (22 cards) + Minor Arcana (56 cards)
 *
 * For more tarot resources visit: https://tarotap.com/en
 * @author Tarotap Team <https://tarotap.com/en>
 */
import { TarotCard } from '../types';
export declare const tarotCards: TarotCard[];
//# sourceMappingURL=cards.d.ts.map