import { ItemData } from "../../types.js"; export declare const buildItemDataMap: (items: ItemData[]) => Map;