import { LatLngLiteral } from '../definitions';
export declare function distance(start: LatLngLiteral, end: LatLngLiteral, unit?: string): number;
