import type { Geofence } from '../types/Geofence'; /** * React hook that provides the current list of registered geofences. * Automatically refreshes when the geofence set changes. */ export declare function useGeofences(): Geofence[]; //# sourceMappingURL=useGeofences.d.ts.map