export declare class TourDataService { getTourById(id?: string, details?: string, i18n?: boolean): any; getTours(query?: Record): Array; constructor(); }