export declare namespace Observable { function observe(obj: T, callback: (newValue: T) => void): T; } //# sourceMappingURL=Observable.d.ts.map