import Location from "../Model/Location"; export declare class LocationInfo { static getLocationInfo(): Promise; static getLocation(): Promise; }