/** * Only updates state when detects changes in the structure. * It is useful to avoid unnecessary re-renders with literal objects. */ export declare function useObjectStructure(object: T): T;