export declare const GeofenceAction: { readonly Enter: "ENTER"; readonly Exit: "EXIT"; readonly Dwell: "DWELL"; }; export type GeofenceAction = (typeof GeofenceAction)[keyof typeof GeofenceAction];