import LRU from 'lru-cache'; export declare const applyCache: Promise, K = Parameters>(cache: LRU, fn: T, keyFn: (args: K) => string, argsRemappingFn?: (args: K) => K) => T;