export declare function useStableFunction(fn: (...args: A) => R): (...args: A) => R;