import { ICollection } from './ICollection'; export interface ISortedCollection extends ICollection { }