import { CacheMap, MemoizeCache } from "./interface"; /** * Get the function that can manage the cache manually * @param cache */ export default function getManualActionObjFormCache(cache: MemoizeCache): CacheMap;