import type { SynchronizationGroupState } from './types'; export declare const FEATURE_GROUP_PREFIX = "Features_"; export declare const getFeatureGroupId: (panelId: string) => string; export declare const getLinkedTargetIdsForFeatureSourcePanel: (syncState: SynchronizationGroupState | undefined, panelId?: string) => string[]; export declare const getFeatureLinksForAllPanelsFromState: (syncState: SynchronizationGroupState | undefined) => Record; export declare const getLinkedFeatureSourcePanelIdsForMapId: (linksByPanelId: Record, mapId: string) => string[];