import { GeolibInputCoordinates } from './types'; declare const getCoordinateKey: (point: GeolibInputCoordinates, keysToLookup: Keys[]) => Keys | undefined; export default getCoordinateKey;