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