export default function shallowEqualObjects(objA: { [key: string]: any; }, objB: { [key: string]: any; }): boolean;