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