export declare function compareArray<T = any>(array1: T[], array2: T[], nested?: boolean): boolean;
