export declare const SET_MAP_OPACITY = "SET_MAP_OPACITY"; export declare const SET_BASEMAP = "SET_BASEMAP"; export declare const SET_ZOOM = "SET_ZOOM"; export declare const TOGGLE_VISIBILITY = "TOGGLE_VISIBILITY"; export declare const SET_MAP_CENTER = "SET_MAP_POINT"; export declare const SET_MAP_MODE = "SET_MAP_MODE"; export declare const setMapOpacity: (opacity: number) => { type: string; opacity: number; }; export declare const setBasemap: (basemap: string) => { type: string; basemap: string; }; export declare const setZoom: (zoom: number) => { type: string; zoom: number; }; export declare const setMapCenter: (center: [number, number]) => { type: string; center: [number, number]; }; export declare const setMapMode: (mode: string) => { type: string; mode: string; }; //# sourceMappingURL=map.d.ts.map