import { GeofencingProximity } from './proximity'; export interface GeofencingState { id: string; proximity: GeofencingProximity; }