type Func = (this: any, ...args: any[]) => any;
export declare function useMemoCallback<T extends Func>(fn: T): T;
export {};
