import { DataSourceState, IImmutableMap, IMap, PatchOptions, SortConfig, SortedPatchByParentId } from '../../../../../types'; import { ITree } from '../ITree'; export declare const getSortedPatchByParentId: (tree: ITree, patch: IMap | IImmutableMap, patchAtLastSort: IMap | IImmutableMap, getNewItemPosition: PatchOptions['getNewItemPosition'], getItemTemporaryOrder: PatchOptions['getItemTemporaryOrder'] | undefined, sortBy: SortConfig['sortBy'], sorting: DataSourceState['sorting'], isDeleted?: (item: TItem) => boolean, fixItemBetweenSortings?: boolean) => SortedPatchByParentId; //# sourceMappingURL=patch.d.ts.map