import UserEvent from "../event/UserEvent"; export interface UserEventDecorator { decorate(event: UserEvent): UserEvent; }