import { GeolibInputCoordinates } from './types';
declare const getLongitude: (point: GeolibInputCoordinates, raw?: boolean | undefined) => any;
export default getLongitude;
