export default interface ISubscriber { notify(publisher: unknown, event: T | "all" | T[]): void; }