import { Fn } from '../../types'; export declare const memoize: { >(fn: T, resolver?: (...args: any[]) => any): T; Cache: MapConstructor; };