/** * VoiceOver directions for use with move commands. */ export declare enum Directions { Up = "up", Down = "down", Left = "left", Right = "right" }