import { Diagnostic } from '@ionic-native/Diagnostic'; import { Geolocation, Geoposition } from '@ionic-native/geolocation'; import { Observable } from 'rxjs'; import { TotvsNotificationProvider } from './totvs-notification-provider'; export declare class MapProvider { private _geolocation; private _notification; private diagnostic; constructor(_geolocation: Geolocation, _notification: TotvsNotificationProvider, diagnostic: Diagnostic); getCurrentPosition(): Promise; watchPosition(): Observable; }