import { GridEntityType } from "isaac-typescript-definitions";
/** Not every grid entity can be broken. Thus use a map to represent this. */export declare const GRID_ENTITY_TYPE_TO_BROKEN_STATE_MAP: ReadonlyMap<GridEntityType, int>;
//# sourceMappingURL=gridEntityTypeToBrokenStateMap.d.ts.map