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