import { TravelCloudClient } from '../../travelcloud'; export declare const useHotelbedsRateComments: ({ hotel, rates, client }: { hotel: any; rates: any[]; client: TravelCloudClient; }) => { states: { rateComments: any[]; }; controller: any; };