import { LocationParams } from "../types/locationParams"; export declare function getLocation(params: LocationParams): Promise;