export type LEvent = string; export interface ISubscriber { notify(publisher: unknown, event: T): void; }