import { GridModel, ReplicaSelectionModel } from '@/components/DataGrid/DataGridTypes';
import { SelectionWithId } from '@sage-bionetworks/react-datasheet-grid';
/**
 * Compute the ReplicaSelectionModel that should be attached to the grid model
 * @param selection the selection provided by react-datasheet-grid
 * @param model the current Data Grid CRDT Model
 */
export default function computeReplicaSelectionModel(selection: SelectionWithId, model: GridModel): ReplicaSelectionModel;
//# sourceMappingURL=computeReplicaSelectionModel.d.ts.map