import type { Scenegraph } from '../../scenegraph/scenegraph'; import type { StateManager } from '../state'; export declare function updateSelectPosition(state: StateManager, col: number, row: number, enableShiftSelectMode: boolean, enableCtrlSelectMode: boolean, isSelectAll: boolean, makeSelectCellVisible?: boolean, skipBodyMerge?: boolean): void; export declare function selectEnd(scenegraph: Scenegraph): void;