import type { LayerSchema } from '../specs'; export declare function useLayerConfig(layerId: string): readonly [LayerSchema | undefined, (layer: Partial>) => void];