import type { GeolocationPlugin } from './definitions'; declare const Geolocation: GeolocationPlugin; export * from './definitions'; export { Geolocation };