import { Annotation, ImageAnnotation, SelectionState } from '@annotorious/annotorious'; export declare const updateSelection: (annotationId: string, event: PointerEvent, selection: SelectionState, multiSelect?: boolean) => string | string[];