import { AnnotationsMarkerConfig } from '../types/annotations-marker-props.js'; import { SelectionState } from '../types/state.js'; export declare const defineMarkerBrightnessState: (markerId: string, markers: AnnotationsMarkerConfig[], selection: SelectionState) => import("../types/marker.js").MarkerInteractionState;