export declare function cacheAsync(fn: (...args: TArgs) => Promise): ((...args: TArgs) => Promise) & { reset: () => void; }; //# sourceMappingURL=cacheAsync.d.ts.map