export declare abstract class Observer { abstract update(params: T): any; } //# sourceMappingURL=observer.d.ts.map