export declare class UpdateOrderPaymentStatusDto {
    payment_status: string;
    description?: string;
}
