export declare function memoize(run: (...args: Args) => Promise): (this: unknown, ...args: Args) => Promise;