import { AppSharedState } from '../state.models'; import { ActionLayerActiveChange } from '../state.models.actions'; /** * Handles action of the change of layer activity (make a layer yes/not visible) * @param state * @param action * @returns */ export declare const reduceHandlerActiveLayerChange: (state: T, action: ActionLayerActiveChange) => T;