declare enum TerrainDirection { TopLeft = "top-left", Top = "top", TopRight = "top-right", Right = "right", BottomRight = "bottom-right", Bottom = "bottom", BottomLeft = "bottom-left", Left = "left", FillTopBottom = "fill-top-bottom", FillLeftRight = "fill-left-right", FillTopLeft = "fill-top-left", FillTopRight = "fill-top-right", FillBottomRight = "fill-bottom-right", FillBottomLeft = "fill-bottom-left", FillTopLeftRight = "fill-top-left-right", FillTopRightBottom = "fill-top-right-bottom", FillBottomLeftRight = "fill-bottom-left-right", FillTopLeftBottom = "fill-top-left-bottom", FillFull = "fill-full" } export default TerrainDirection; //# sourceMappingURL=TerrainDirection.d.ts.map