export declare class UniqueArray { internalArray: Array; push(...str: T[]): void; get(): Array; }