export declare class ItemsCollection { private items; constructor(items: any[]); length(): number; getListItems(): any[]; }