declare const stopLocationUpdate: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; declare const startLocationUpdateBackground: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; declare const startLocationUpdate: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; declare const openLocation: (options?: Partial<{ scale: number; }>, ...args: any[]) => Promise; declare const onLocationChangeError: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; declare const onLocationChange: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; declare const offLocationChangeError: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; declare const offLocationChange: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; declare const choosePoi: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; declare const getFuzzyLocation: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; export { stopLocationUpdate, startLocationUpdateBackground, startLocationUpdate, openLocation, onLocationChangeError, onLocationChange, offLocationChangeError, offLocationChange, choosePoi, getFuzzyLocation }; export { getLocation } from "./getLocation.js"; export { chooseLocation } from "./chooseLocation.js";