import { DateHelper } from '@metromobilite/m-features/core'; import { Vehicule } from '../models'; import * as i0 from "@angular/core"; export declare class CitizHelper { private dateHelper; constructor(dateHelper: DateHelper); get(vehicle: Vehicule, handler: string, ...handlerArgs: any[]): any; name(vehicle: Vehicule): string; availability(vehicle: Vehicule): string; fuelLevel(vehicle: Vehicule): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }