export declare function tuiArrayShallowEquals<T>(a: readonly T[], b: readonly T[]): boolean;
