import { UxCommand } from "../constants"; import { Command } from "../types"; export declare const tryWedgeUp: Command; export declare const tryWedgeRight: Command; export declare const tryWedgeDown: Command; export declare const tryWedgeLeft: Command; export declare const ux: { [UxCommand.ArrowDown]: Command; [UxCommand.ArrowLeft]: Command; [UxCommand.ArrowRight]: Command; [UxCommand.ArrowUp]: Command; };