/** * Returns a `boolean` indicating whether the given `value` has changed since * the previous update based on a hash of its contents. */ export declare function useHashCompare(value: T): boolean;