export declare function shallowEqualArrays<T extends J[], J>(a: T, b: T): boolean;
