import type { GetLocation, OnLocationChange, OffLocationChange, OnLocationChangeError, OffLocationChangeError } from '../';
export declare const getLocation: GetLocation;
export declare const onLocationChange: OnLocationChange;
export declare const onLocationChangeError: OnLocationChangeError;
export declare const offLocationChange: OffLocationChange;
export declare const offLocationChangeError: OffLocationChangeError;
