declare function shallowEqualArray(a: any[], b: any[]): boolean;
export default shallowEqualArray;
