type AnyFn = (...args: readonly any[]) => unknown; /** Memoize a class method that takes up to three arguments. */ export declare function memoize(levels?: 1 | 2 | 3): (target: Fn) => Fn; export {}; //# sourceMappingURL=memoize.d.ts.map