import { GridEntityType, GridEntityXMLType } from "isaac-typescript-definitions"; /** * This maps the GridEntityXMLType (i.e. the type contained in the room XML/STB file) to the * GridEntityType and the variant used by the game. */ export declare const GRID_ENTITY_XML_MAP: ReadonlyMap; //# sourceMappingURL=gridEntityXMLMap.d.ts.map