import type { CellCoord } from '../../../../std.js'; export declare function clearAllDatabaseRowsSelection(): void; export declare function setDatabaseRowsSelection(databaseId: string, rowIds: string[]): void; export declare function setDatabaseCellSelection(databaseId: string, coords: [CellCoord]): void; export declare function clearAllDatabaseCellSelection(): void; export declare function setDatabaseCellEditing(databaseId: string, coord: CellCoord): void; export declare function getCellCoord(target: CellCoord | HTMLElement, databaseId: string, key: string): CellCoord; export declare function getCellSelectionRectByCoords(coords: [CellCoord], databaseId: string): { left: number; top: number; width: number; height: number; }; export declare function getRowsContainer(databaseId: string): HTMLElement; export declare function getDatabaseById(id: string): HTMLElement; //# sourceMappingURL=utils.d.ts.map