import { RoomShape } from "isaac-typescript-definitions"; export declare const DEFAULT_TOP_LEFT_WALL_GRID_INDEX = 0; /** * Only used for special room shapes where the top left wall grid index is not equal to * `DEFAULT_TOP_LEFT_WALL_GRID_INDEX`. */ export declare const ROOM_SHAPE_TO_TOP_LEFT_WALL_GRID_INDEX_MAP: ReadonlyMap; //# sourceMappingURL=roomShapeToTopLeftWallGridIndexMap.d.ts.map