export declare const SET_POPUP_LOCATION = "SET_POPUP_LOCATION"; export declare const RESET_POPUP_LOCATION = "RESET_POPUP_LOCATION"; export declare const REQUEST_POPUP_VALUE = "REQUEST_POPUP_VALUE"; export declare const RECEIVE_POPUP_VALUE = "RECEIVE_POPUP_VALUE"; export declare const RECEIVE_POPUP_ELEVATION = "RECEIVE_POPUP_ELEVATION"; export declare const REQUEST_POPUP_REGION = "REQUEST_POPUP_REGION"; export declare const RECEIVE_POPUP_REGION = "RECEIVE_POPUP_REGION"; export declare const RECEIVE_POPUP_ZONES = "RECEIVE_POPUP_ZONES"; export declare const setPopupLocation: (lat: number, lon: number) => { type: string; lat: number; lon: number; }; export declare const resetPopupLocation: () => { type: string; }; export declare const requestPopupValue: (variable: string) => { type: string; variable: string; }; export declare const receivePopupValue: (variable: string, json: any) => { type: string; value: any; variable: string; }; export declare const receivePopupElevation: (elevation: number) => { type: string; elevation: number; }; export declare const requestPopupRegion: () => { type: string; }; export declare const receivePopupRegion: (region: string) => { type: string; region: string; }; export declare const receivePopupZones: (zones: any[]) => { type: string; zones: any[]; }; //# sourceMappingURL=popup.d.ts.map