import type { ScopeDomElements, ScopeDomIds } from "@qualcomm-ui/utils/machine"; import type { TreeElementIds, TreeScope } from "../tree.types.js"; export declare const domIds: ScopeDomIds; export declare const domEls: ScopeDomElements; export declare function getNodeId(ctx: TreeScope, value: string): string; export declare function getNodeTextId(ctx: TreeScope, value: string): string; export declare function focusNode(ctx: TreeScope, value: string | null | undefined): void; //# sourceMappingURL=tree.dom.d.ts.map