import { CanActivate, ActivatedRouteSnapshot, RouterStateSnapshot, UrlTree } from '@angular/router'; import { Observable } from 'rxjs'; import { GeolocationService } from './geolocation.service'; import * as i0 from "@angular/core"; export declare class GeolocationGuard implements CanActivate { private geolocationService; constructor(geolocationService: GeolocationService); canActivate(next: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable | Promise | boolean | UrlTree; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }