import type { StateManager } from '../state';
export declare function updateHoverPosition(state: StateManager, col: number, row: number): void;
