/** * 函数结果缓存 * @param fn 原函数 * @returns 带缓存的函数 */ export declare const memoize: any>(fn: T) => T;