export declare function isArrayShallowEqual<T extends Array<any>>(array1: T | null, array2: T | null): boolean;
