export declare function getClosestRowIndex(element: Element): number; export declare function getClosestRowId(element: Element): string; export declare function getSelectedRowIdsByIndexes(database: Element, indexes: number[]): string[]; export declare function getSelectedRowIndexes(startCell: Element, endCell: Element): number[]; export declare function getClosestDatabase(element: Element | null): import("../../database-block.js").DatabaseBlockComponent; export declare function getClosestDatabaseId(element: Element): string; export declare function isInDatabase(element: Element): boolean; //# sourceMappingURL=utils.d.ts.map