declare const items: { [key: string]: string; }; declare const units: { [key: string]: string; }; declare const buildings: { [key: string]: string; }; declare const upgrades: { [key: string]: string; }; declare const heroAbilities: { [key: string]: string; }; declare const abilityToHero: { [key: string]: string; }; declare const itemIds: string[]; export { items, units, buildings, upgrades, heroAbilities, abilityToHero, itemIds, };