import { IList } from './IList'; export interface ISortedList extends IList { }