import { AppSharedState } from '../state.models'; import { MapView } from '../../models/models.mapView'; /** * Get a view part which is synced with other maps * @param state app shared state * @param key map set identifier * @returns view part which is synced with other maps */ export declare const getSyncedView: (state: AppSharedState, key: string) => Partial;