/** * Shallow comparison of two objects */ export declare function shallowCompare(objA: any, objB: any): boolean;