/** * Сравнивает два массива */ export declare function arraysEquals(arrA: T[], arrB: T[]): boolean; //# sourceMappingURL=array.d.ts.map