/** * 检查数组value的值是否唯一 * @param value 需要检查值是否唯一的数组 */ export declare const isArrayValueRepeat: (value: any[]) => boolean;