export class Events { // TODO: class with statics instead? topics: Record; trigger(id: T): this; bind(id: T): this; unbind(id: T): this; }