import { List$1 } from "./List$1"; import { IList$1, Type } from "./type"; /** * @hidden */ export declare class Collection$1 extends List$1 { static $t: Type; protected $t: Type; constructor($t: Type); protected get ac(): IList$1; }