import { AppSharedState } from '../state.models'; import { ActionMapLayerInteractivityChange } from '../state.models.actions'; /** * Handler for map layer interactivity change action * @param state AppSharedState * @param action ActionMapLayerInteractivityChange * @returns Updated AppSharedState */ export declare const reduceHandlerMapLayerInteractivityChange: (state: T, action: ActionMapLayerInteractivityChange) => T;