/** * Returns the entries of `obj` that differ from `state`. Object values are compared by their * JSON string representations; primitive values are compared directly. */ export declare const compareStateWithStore: (state: T, obj: T) => Partial;