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