export interface IObserver { notify(data: any): void; }