import { Observable } from "rxjs"; export interface AlertDelegate { alert(payload: Payload, issuer: Issuer): Observable; }