/**
 * Return a unique array of primitive members
 * Sorts the array
 * @private
 */
export declare function arrayUnique<T>(array: T[]): T[];
