export declare class ProductFulfillmentShipmentDto { firstShipDate: string | null; lastShipDate: string | null; constructor(d?: ProductFulfillmentShipmentDto); }