type AnyAsyncFunction = (...args: any[]) => Promise; export declare function memoized(fn: T): (...args: Parameters) => Promise>>; export {}; //# sourceMappingURL=memo.d.ts.map