import { DataGridRow, Operation } from '../DataGridTypes';
import { ModelChange } from './applyModelChange';
export declare function mapOperationsToModelChanges(operations: Operation[], newValue: DataGridRow[]): ModelChange[];
//# sourceMappingURL=mapOperationsToModelChanges.d.ts.map