import { SupermodelIoLogisticsExpressAccount } from './SupermodelIoLogisticsExpressAccount'; import { SupermodelIoLogisticsExpressPickupRequestCustomerDetails } from './SupermodelIoLogisticsExpressPickupRequestCustomerDetails'; import { SupermodelIoLogisticsExpressPickupRequestShipmentDetailsInner } from './SupermodelIoLogisticsExpressPickupRequestShipmentDetailsInner'; import { SupermodelIoLogisticsExpressPickupRequestSpecialInstructionsInner } from './SupermodelIoLogisticsExpressPickupRequestSpecialInstructionsInner'; export declare class SupermodelIoLogisticsExpressPickupRequest { 'plannedPickupDateAndTime': string; 'closeTime'?: string; 'location'?: string; 'locationType'?: SupermodelIoLogisticsExpressPickupRequestLocationTypeEnum; 'accounts': Set; 'specialInstructions'?: Set; 'remark'?: string; 'customerDetails': SupermodelIoLogisticsExpressPickupRequestCustomerDetails; 'shipmentDetails': Array; 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 SupermodelIoLogisticsExpressPickupRequestLocationTypeEnum = "business" | "residence";