export declare class TourDataService { constructor(); getTourById(id?: string, details?: string, i18n?: boolean): any; getTours(query?: Record): Array; } //# sourceMappingURL=TourDataService.d.ts.map