import { HttpClient } from '@angular/common/http'; import { BaseApiTemplateService } from '../shared'; import { WeatherContainerModel } from '../../../../../models/aggregates/weather'; export declare class WeatherService extends BaseApiTemplateService { readonly url: string; constructor(http: HttpClient); }