declare namespace jasmine {
  interface Matchers {
    eventHandlerToHaveBeenCalledWith(): void;
    toHaveBeenCalledTimes(): void;
  }
}
