import { VxTreeOptions } from './parser.js'; import { VxTreeView } from './tree.js'; export declare const VX_DOM_SYMBOL: unique symbol; export declare const VX_TREE_SYMBOL: unique symbol; export declare const VX_LAST_REFS_SYMBOL: unique symbol; export declare function captureSnapshot(options?: VxTreeOptions): Promise; export declare function getSnapshot(): VxTreeView; export declare function resolveDomNode(ref: string): Node | null;