export interface IObserver {
    point: any;
    observer: any;
}
