export declare const withMemo: <T extends (...args: any[]) => any>(callback: T, memoTime: number) => (...args: any[]) => any;
