export default interface Observer { (object: T): void; }