/**
 * Korean 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 tarotCardsKO: TarotCard[];
//# sourceMappingURL=cards-ko.d.ts.map