export declare class AcumaticaOrderShipmentDetails { id: number; imei: string | null; shipmentNumber: string | null; shipmentStatus: string | null; shipmentDate: Date | null; orderType: string | null; orderStatus: string | null; iccid: string | null; sku: string | null; customer: string | null; orderNumber: string | null; customerOrderNumber: string | null; orderDate: Date | null; orderedQty: number | null; orderTotal: number | null; currency: string | null; createdBy: string | null; createdOn: Date | null; lastModifiedBy: string | null; lastModifiedOn: Date | null; shipVia: string | null; gpsDeviceQty: number | null; shiplineQty: number | null; warehouse: string | null; location: string | null; carrier: string | null; lastModifiedDateTime: Date | null; }