import { List$1 } from "./List$1"; import { IOrderedEnumerable$1 } from "./IOrderedEnumerable$1"; import { IEnumerable$1, IEnumerator, Type } from "./type"; /** * @hidden */ export declare class SortedList$1 extends List$1 implements IOrderedEnumerable$1 { static $t: Type; protected $tElement: Type; constructor($tElement: Type, a: IEnumerable$1); getEnumeratorObject(): IEnumerator; }