import { Payment3DSResponse, PaymentSuccessResponse, PaymentWith3DSResponse } from "../../Api"; import { PaymentClientResponse } from "./PaymentClientResponse"; export declare class PaymentWith3DSClientResponse extends PaymentClientResponse { readonly isPaymentSuccessResponse: () => this is PaymentWith3DSClientResponse; isPayment3DSResponse(): this is PaymentWith3DSClientResponse; }