export interface IsEmpty { isEmpty: () => boolean; } export interface Ordered { counter: number; }