/**
 * @group 工具函数
 * @param arr 数组
 * @returns
 */
export declare function removeRepeat(arr: any[]): any[];
