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