import type { RegularTable, DatagridModel, SelectedPositionMap } from "../types.js"; import type { HTMLPerspectiveViewerElement } from "@perspective-dev/viewer"; export declare function createFocusoutListener(model: DatagridModel, table: RegularTable, viewer: HTMLPerspectiveViewerElement, selected_position_map: SelectedPositionMap): EventListener; export declare function createFocusinListener(_model: DatagridModel, table: RegularTable, _viewer: HTMLPerspectiveViewerElement, selected_position_map: SelectedPositionMap): EventListener;