import { MemoryCard } from './memory-card.js';
import { log, VERSION } from './config.js';
export { MemoryCard, VERSION, log, };
export default MemoryCard;
//# sourceMappingURL=mod.d.ts.map