import { AppSharedState } from '../../appState/state.models'; import { ActionMapAddToMapSet } from '../../appState/state.models.actions'; /** * Handler for add map to map set action * @param state AppSharedState * @param action ActionMapAddToMapSet * @returns Updated AppSharedState */ export declare const reduceHandlerMapSetAddMap: (state: T, action: ActionMapAddToMapSet) => T;