import { GetLocationOptions } from "../types/location.ts";
/** 获取当前地理位置 */
export declare function getLocation(options: GetLocationOptions): Promise<unknown>;
