/** * 移动焦点 * * @param autoCompleteContainer 自动完成的容器 * @param direction 移动方向 */ export default function moveFocused(autoCompleteContainer: HTMLElement | null, direction: -1 | 1): void;