import { IMenu } from "../_types/IMenu";
import { IMenuItem } from "../../items/_types/IMenuItem";
/**
 * Moves the cursor in the menu up or down
 * @param menu The menu to move the cursor in
 * @param up Whether to move up or down
 * @returns The new cursor of the menu
 */
export declare function moveCursor(menu: IMenu, up: boolean): IMenuItem | undefined;
//# sourceMappingURL=moveCursor.d.ts.map