export declare class ArrayCollection extends Array { protected constructor(...items:T[]); public static create(...items: T[]): ArrayCollection; }