/** * Highlights a node using recursive node walking. * * @param node the node to highlight * @param start the current character position (starts at 0). * @param length the number of characters to highlight. */ export declare function highlightNode(node: HTMLElement, start: number, length: number): void; //# sourceMappingURL=dom.d.ts.map