import { IHighlightNode } from "../_types/IHighlightNode"; /** * Merges the tags of 2 collections of nodes, assumes these are nodes for the same input text * @param targets The nodes to add the tags to * @param sources The nodes to take the tags from * @returns The resulting collection of nodes */ export declare function mergeHighlightNodes(targets: IHighlightNode[], sources: IHighlightNode[]): IHighlightNode[]; //# sourceMappingURL=mergeHighlightNodes.d.ts.map