export declare class GeoFenceLocationValue { longitude: number; latitude: number; radius: number; locationGPSValue: number; constructor(locationValue?: GeoFenceLocationValue); createNewLocationValue(): void; /**function to create location value with existing value * *@param locationValue * */ createLocationValue(locationValue?: any): void; }