import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { Atmo, AtmoCity } from './atmo.model'; import * as i0 from "@angular/core"; export declare class AtmoService { private http; constructor(http: HttpClient); /** * @deprecated getData() is deprecated. You must pass a INSEE code as first parameter. */ getData(): Observable; /** * @param cityCode the INSEE code of the city. */ getData(cityCode: string | number): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }