import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { GbfsStationInformationV3, VehiculeStatus, VehiculesType } from '../models'; import * as i0 from "@angular/core"; export declare class CitizService { private http; vehiculeType: VehiculesType | undefined; constructor(http: HttpClient); getData(): Observable; getVehiculeStatus(): Observable; getVehiculeTypes(): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }