/** * Returns true if all properties in obj1 exists in obj2, false otherwise. * Properties can only be primitives or Array */ export declare function compareProperties(obj1: Record, obj2: Record): boolean; //# sourceMappingURL=compare-properties.d.ts.map