Observable: {
    bind: ((target: HTMLElement | DocumentFragment | ShadowRoot) => void);
    callbacks: Function[];
    notify: (() => void);
    observe: ((cb: Callback) => void);
}