import { SupermodelIoLogisticsExpressAddressCreateShipmentRequest } from './SupermodelIoLogisticsExpressAddressCreateShipmentRequest';
import { SupermodelIoLogisticsExpressBankDetailsInner } from './SupermodelIoLogisticsExpressBankDetailsInner';
import { SupermodelIoLogisticsExpressContactBuyer } from './SupermodelIoLogisticsExpressContactBuyer';
import { SupermodelIoLogisticsExpressRegistrationNumbers } from './SupermodelIoLogisticsExpressRegistrationNumbers';
export declare class SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsBuyerDetails {
    'postalAddress': SupermodelIoLogisticsExpressAddressCreateShipmentRequest;
    'contactInformation': SupermodelIoLogisticsExpressContactBuyer;
    'registrationNumbers'?: Array<SupermodelIoLogisticsExpressRegistrationNumbers>;
    'bankDetails'?: Set<SupermodelIoLogisticsExpressBankDetailsInner>;
    'typeCode'?: SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsBuyerDetailsTypeCodeEnum;
    static readonly discriminator: string | undefined;
    static readonly attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
        format: string;
    }>;
    static getAttributeTypeMap(): {
        name: string;
        baseName: string;
        type: string;
        format: string;
    }[];
    constructor();
}
export declare type SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsBuyerDetailsTypeCodeEnum = "business" | "direct_consumer" | "government" | "other" | "private" | "reseller";
