export declare function useCacheCallback(cb: (...args: Args) => R): (...args: Args) => R;