import { LatLng } from './types';
export declare function getLocationDestination(from: LatLng, azimuth: number, distance: number): LatLng;
