import { IEvent, IManagedObject } from '@c8y/client';
import * as i0 from "@angular/core";
export declare class GeoService {
    private readonly C8Y_POSITION_FRAGMENT;
    getLatLong(mo: IEvent | IManagedObject): [number, number];
    static ɵfac: i0.ɵɵFactoryDeclaration<GeoService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<GeoService>;
}
//# sourceMappingURL=geo.service.d.ts.map