import { GridModel } from '@/components/DataGrid/DataGridTypes';
/**
 * Determines if the validation results for a given row are up to date by comparing the CRDT timestamps of the row validation
 * information and the row's data.
 */
export declare function isValidationUpToDateForRow(model: GridModel, rowIndex: number): boolean;
//# sourceMappingURL=isValidationUpToDateForRow.d.ts.map