export declare class ArrayHelper { static distinct(array: Array): Array; }