export declare const isShallowEqualObjects: (object1: Record<string, unknown>, object2: Record<string, unknown>) => boolean;
