import Taro from '@tarojs/api'; declare const getLocation: (options?: Partial, ...args: any[]) => Promise; export { getLocation };