import { Resolve, ActivatedRouteSnapshot, RouterStateSnapshot } from '@angular/router'; import { NearestStopsService } from './nearest-stops.service'; import { GeolocationService } from '@metromobilite/m-features/core'; import * as i0 from "@angular/core"; export declare class NearestStopsResolver implements Resolve { private geolocationService; private nearestStopsService; constructor(geolocationService: GeolocationService, nearestStopsService: NearestStopsService); resolve(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }