export declare function shallowCompare<Type extends object>(a: Type | undefined, b: Type | undefined): boolean;
