export declare function cacheAsyncFn( fn: (x: X) => Y | Promise, thisArg?: any ): (x: X) => Promise; export default cacheAsyncFn;