import { TreeStructure } from '../TreeStructure'; import type { PatchIntoTreeStructureOptions } from './types'; import { ItemsMap } from '../../ItemsMap'; export declare class PatchHelper { private static applyPatchWithSorting; private static applyPatchTemporaryReordering; static patch({ itemsMap: originalItemsMap, treeStructure, sortedPatch, patchAtLastSort, getItemTemporaryOrder, isDeleted, sorting, sortBy, }: PatchIntoTreeStructureOptions): { treeStructure: TreeStructure; itemsMap: ItemsMap; newItems: TItem[]; }; } //# sourceMappingURL=PatchHelper.d.ts.map