import { GeolibInputCoordinates } from './types';
declare const isPointInLine: (point: GeolibInputCoordinates, lineStart: GeolibInputCoordinates, lineEnd: GeolibInputCoordinates) => boolean;
export default isPointInLine;
