export declare class AddMultiStatusDto {
    shipment_ids: string[];
    status: string;
}
