import { VxNode } from './parser.js'; export declare function isContainerNode(vxNode: VxNode): boolean; export declare function isObjectEmpty(obj: Record): boolean; export declare function normalizeRef(ref: string): string; export declare function iterate(items: ArrayLike | null | undefined): IterableIterator;