import Event from './Event';

export default class ExtendableEvent extends Event {
  public waitUntil(f: Promise<any>): void {

  }
}
