import UserEvent from "./UserEvent"; export interface EventDispatcher { dispatch(events: UserEvent[], sync: boolean): Promise; }