export { getAltitude, highestPointInAzimuth } from './altitude';
export { init, getCacheData, cleanCache } from './cache';
export * from './types';
import { Horizon, HorizonOptions, LatLng } from './types';
export declare function getHorizon(origin: LatLng, options?: HorizonOptions): Promise<Horizon>;
