import { Card } from '../../../interfaces' import Set from '../Base Set' const card: Card = { name: { en: "Super Energy Removal", }, illustrator: "Keiji Kinebuchi", rarity: "Rare", category: "Trainer", set: Set, } export default card