export interface EventSubscription {
  remove(): void;
}
