export declare class AcumaticaShipment { shipmentId: string; shipmentDate: Date | null; location: string | null; }