import { AWLocation } from 'appworks-js'; import { Observable } from 'rxjs'; export declare class AWLocationService { AWLocation: AWLocation; constructor(); attach(): Observable<{}>; getCurrentPosition(options?: any): Observable<{}>; watchPosition(options?: any): number; clearWatch(watchId: number): void; }