export declare enum GeofencingProximity { INSIDE = "inside", NEARBY = "nearby", OUTSIDE = "outside" }