import { ResponseResult } from '../FieldChangeResult'; import { Coordinates, CoordinatesWithSourceInfo, IGeolocationService, SetGeolocationResponseCode } from './IGeolocationService'; import { Status } from '../../DataFrame'; export declare class GeolocationService implements IGeolocationService { static readonly ServiceName: string; IsControllerGeolocationSetAsync(): Promise; GetCurrentGeolocationAsync(): Promise; SetControllerGeolocationAsync(location: Coordinates): Promise>; GetControlllerGeolocationAsync(): Promise; GetServiceName(): string; }