/** 缓存函数,函数返回值不可以为 null */ export declare const cacheResult: any>(func: T) => T;