import { type GpsPosition } from "./types";
export declare function useUserLocationAndHeading(onUpdate: (pos: GpsPosition) => void): {
    startGeolocation: () => void;
    startOrientation: () => void;
    stopGeolocation: () => void;
    stopOrientation: () => void;
};
//# sourceMappingURL=useUserLocationAndHeading.d.ts.map