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