/** * "Vector(0, 0)" corresponds to the top left tile of a room, not including the walls. (The top-left * wall would be at "Vector(-1, -1)".) */ export declare const ROOM_SHAPE_TO_BOTTOM_RIGHT_POSITION: { readonly 1: Readonly; readonly 2: Readonly; readonly 3: Readonly; readonly 4: Readonly; readonly 5: Readonly; readonly 6: Readonly; readonly 7: Readonly; readonly 8: Readonly; readonly 9: Readonly; readonly 10: Readonly; readonly 11: Readonly; readonly 12: Readonly; }; //# sourceMappingURL=roomShapeToBottomRightPosition.d.ts.map