import { ICollection } from './ICollection'; import { IReadonlyList } from './IReadonlyList'; export interface IList extends IReadonlyList, ICollection { }