declare function shallowEqual(objA: object, objB: object): boolean;
export default shallowEqual;
