export declare const isEqual: <T>(lhs: ArrayLike<T>, rhs: ArrayLike<T>) => boolean;
export declare const isZero: <T>(array: ArrayLike<T>) => boolean;
