import { GeolocationConfig } from '../core.model'; import { GeolocationWatcher } from './geolocation.watch'; import * as i0 from "@angular/core"; export declare class GeolocationService { private positionOptions; position: GeolocationPosition; refused: boolean; available: boolean; constructor(positionOptions: GeolocationConfig); getCurrentPosition(): Promise; /** * @internal */ setPosition(position: GeolocationPosition): void; get coords(): GeolocationCoordinates; get coordinates(): [number, number]; watch(): GeolocationWatcher; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }