/**
 * Japanese 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 tarotCardsJA: TarotCard[];
//# sourceMappingURL=cards-ja.d.ts.map