import { PaymentAcceptanceApplePayVerificationOptions } from './paymentAcceptanceApplePayVerificationOptions';
import { PaymentAcceptanceCardVerificationOptions } from './paymentAcceptanceCardVerificationOptions';
import { PaymentAcceptanceGooglePayVerificationOptions } from './paymentAcceptanceGooglePayVerificationOptions';
import { PaymentAcceptanceWeChatPayVerificationOptions } from './paymentAcceptanceWeChatPayVerificationOptions';
export interface PaymentAcceptancePaymentConsentVerificationOptions {
    applepay?: PaymentAcceptanceApplePayVerificationOptions;
    card?: PaymentAcceptanceCardVerificationOptions;
    googlepay?: PaymentAcceptanceGooglePayVerificationOptions;
    wechatpay?: PaymentAcceptanceWeChatPayVerificationOptions;
}
export declare namespace PaymentAcceptancePaymentConsentVerificationOptions {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=paymentAcceptancePaymentConsentVerificationOptions.d.ts.map