export declare class CreateShipmentDto {
    orderId: string;
    provider: string;
    shippingFee?: number;
}
