/** * Returns a stable function of the same type. */ export declare const useStableCallback: any>(userFn: T) => T;