export declare class UpdateOrderStatusDto {
    status: string;
    description?: string;
    actor_id?: number;
}
