declare const memoize: (fn: (...args: Args) => Ret) => (this: unknown, ...args: Args) => Ret; export { memoize, }; //# sourceMappingURL=memoize.d.ts.map