/** * 数组去重 */ export declare const uniq: (arr: T[]) => T[];