// Maps category IDs to names/groups and identifies income/savings/investment categories
import type { Category as _Category, CategoryGroup as _CategoryGroup } from '../../core/types/domain.js';
import { CategoryMapper } from '../../core/mapping/category-mapper.js';
// This file now only re-exports CategoryMapper from core.
export { CategoryMapper };