import type { GridColumnSort, GridRowId, GridRowMeta } from '../types'; import type { ColumnSortInfo } from '../state/types'; export declare function buildSort(sortConfig: GridColumnSort[], locale: string, columns: ColumnSortInfo): (rowIds: GridRowId[], entities: Map, meta: Map) => GridRowId[]; //# sourceMappingURL=build-sort.d.ts.map