export declare class ConfirmAppointmentDto {
    technician_id: number;
}
