export declare function onLocationChange(callback: Taro.onLocationChange.Callback): void; export declare function offLocationChange(callback: Taro.onLocationChange.Callback): void; export declare function onLocationChangeError(callback: Taro.onLocationChange.Callback): void; export declare function offLocationChangeError(callback: Taro.onLocationChange.Callback): void; export declare const stopLocationUpdate: (options?: Partial, ...args: any[]) => Promise; export declare const startLocationUpdate: (options?: Partial, ...args: any[]) => Promise;