declare enum Swipe { UP = "UP", DOWN = "DOWN", LEFT = "LEFT", RIGHT = "RIGHT" } export { Swipe };