export declare function memoizeAsync(fn: () => Promise): (() => Promise) & { invalidate: () => void; }; //# sourceMappingURL=memoize.d.ts.map