import type { JSONPath } from 'immutable-json-patch'; export declare const singleton: Singleton; interface Singleton { selecting: boolean; selectionAnchor: JSONPath | undefined; selectionAnchorType: string | undefined; selectionFocus: JSONPath | undefined; dragging: boolean; } export {};