export declare enum AddressType { BILLING = "BILLING", SHIPPING = "SHIPPING", DEVICE = "DEVICE" }