import { Cell, ExpandableRows, WorksheetError, WorksheetItem } from './types'; export declare const mergeCells: (oldCells: Array>, newCells: Array>) => Cell[]; export declare const deleteCells: (oldCells: Array>, newCells: Array>) => Cell[]; export declare const editedRows: (editedCells: Array>, rows: T[]) => T[]; export declare const invalidRows: (invalidCells: Array>, rows: T[]) => WorksheetError[]; export declare const getHiddenRows: (expandableRows: ExpandableRows, defaultExpandedRows?: Array) => (string | number)[]; export declare const getCellIdx: ({ columnIndex, rowIndex }: Cell) => string; export declare const getCellsMap: (cells: Array>) => {}; //# sourceMappingURL=utils.d.ts.map