/**
 * Hook to compare two objects.
 * @param object Object to compare.
 * @returns Whether the object has changed.
 */
export declare function useCompareObject(object?: object): boolean;
