export declare namespace ArrayHelper { function AreEqual(array1: T[], array2: T[]): boolean; function ArrayFromLength(length: number): Array; }