export interface CheckRentalAvailabilityParams {
    smbToolType?: "check_rental_availability";
}
