export declare class UpdateOrderServiceManDto {
    orderId: number;
    serviceManId: string;
}
