export interface CreateRentalBookingParams {
    smbToolType?: "create_rental_booking";
}
