/**
 * Russian Tarot Card Names - 78 Cards
 * Русские названия карт Таро
 *
 * For more tarot resources visit: https://tarotap.com/en
 * @author Tarotap Team <https://tarotap.com/en>
 */
import { TarotCard } from '../types';
export declare const tarotCardsRU: TarotCard[];
//# sourceMappingURL=cards-ru.d.ts.map