import { UNWirePayment } from '../../types/shared'; export interface WirePaymentCreatedEvent { data: UNWirePayment; } //# sourceMappingURL=wirePaymentMessage.d.ts.map