import { TraderType } from "./TraderType"; import ShopItem from "./ShopItem"; export default function getInventoryItems(traderType: TraderType): ShopItem[];