import type { PaymentResponse } from './PaymentResponse.js';
export interface CancelPaymentResponse {
    payment?: PaymentResponse;
}
