import { AppSharedState } from '../state.models'; import { ActionMapViewChange } from '../../appState/state.models.actions'; /** * Handler for map view change action, specifically for maps in a map set. * @param state AppSharedState * @param action ActionMapViewChange * @returns Updated AppSharedState */ export declare const reduceHandlerMapSetMapViewChange: (state: T, action: ActionMapViewChange) => T;