export declare enum CELL_UPDATE_TYPE { UPDATE = "Update", ADD = "Add", REMOVED = "Removed" } //# sourceMappingURL=onUpdateCellType.d.ts.map