/** * Checks if provided two arrays are shallowly equal or not. * * @param array1 - An array to test. * @param array2 - Another array to test. * * @return `true` if they are considered as equal, or otherwise `false`. */ export declare function isEqualShallow(array1: unknown[], array2: unknown[]): boolean; //# sourceMappingURL=../../../../src/js/utils/isEqualShallow/isEqualShallow.d.ts.map