import { PermissionResponse } from 'expo-modules-core'; import { LocationLastKnownOptions, LocationObject, LocationOptions } from './Location.types'; declare const _default: { getProviderStatusAsync(): Promise<{ locationServicesEnabled: boolean; }>; getLastKnownPositionAsync(options?: LocationLastKnownOptions): Promise; getCurrentPositionAsync(options: LocationOptions): Promise; removeWatchAsync(watchId: number): Promise; watchDeviceHeading(_headingId: number): Promise; hasServicesEnabledAsync(): Promise; geocodeAsync(): Promise; reverseGeocodeAsync(): Promise; watchPositionImplAsync(watchId: number, options: PositionOptions): Promise; requestForegroundPermissionsAsync(): Promise; requestBackgroundPermissionsAsync(): Promise; getForegroundPermissionsAsync(): Promise; getBackgroundPermissionsAsync(): Promise; }; export default _default; //# sourceMappingURL=ExpoLocation.web.d.ts.map