import type { FeatureLayer } from '../map/layer/types'; export declare const useUpdateFeatureSyncLayers: (featureLayers: Record, panelId?: string) => void;