import { Editor, Path, PathRef, PointRef, RangeRef } from '..'; export declare const DIRTY_PATHS: WeakMap; export declare const DIRTY_PATH_KEYS: WeakMap>; export declare const NORMALIZING: WeakMap; export declare const PATH_REFS: WeakMap>; export declare const POINT_REFS: WeakMap>; export declare const RANGE_REFS: WeakMap>;