type NormalizrEntity = (data: any) => any; import type { Map as ImmutableMap } from "immutable"; type ManageDataEntity = ImmutableMap; declare const manageEntity: (normalizrEntity: NormalizrEntity) => (item: any, state: any, keyID: string) => ManageDataEntity, manipulateItems: (sortKey?: string) => ((state: any) => any) & import("reselect").OutputSelectorFields<(args_0: any) => any, { clearCache: () => void; }> & { clearCache: () => void; }, manageDataEntity: (normalizrEntity: NormalizrEntity) => (item: any, state: any, keyID: string) => ManageDataEntity, manipulateDataItems: (sortKey?: string) => ((state: any) => any) & import("reselect").OutputSelectorFields<(args_0: any) => any, { clearCache: () => void; }> & { clearCache: () => void; }; export { manageDataEntity, manipulateDataItems, manipulateItems, manageEntity };