/** * Removes duplicates from an array. */ export declare function unique(items: Array): Array;