export declare function memoize<T extends (...args: any[]) => any>(func: T): T;
