export declare function useOnValueChange(value: V, fn: (value: V, previous: V) => (void | (() => void))): void;