import { PaymentAcceptanceCustomsDetails } from './paymentAcceptanceCustomsDetails';
import { PaymentAcceptanceShopperDetails } from './paymentAcceptanceShopperDetails';
import { PaymentAcceptanceSubOrder } from './paymentAcceptanceSubOrder';
export interface PaymentAcceptanceCustomsDeclarationCreateRequestRaw {
    customs_details: PaymentAcceptanceCustomsDetails;
    payment_intent_id: string;
    request_id: string;
    shopper_details?: PaymentAcceptanceShopperDetails;
    sub_order?: PaymentAcceptanceSubOrder;
}
export declare namespace PaymentAcceptanceCustomsDeclarationCreateRequestRaw {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=paymentAcceptanceCustomsDeclarationCreateRequestRaw.d.ts.map