import { IHighlightNode } from "../_types/IHighlightNode"; /** * Retrieves a text sub range of the nodes * @param nodes The nodes to get a sub range of * @param start The start index of the sub range * @param end The end index of the sub range * @returns The sub range of the nodes */ export declare function getHighlightNodesRange(nodes: IHighlightNode[], start: number, end: number): IHighlightNode[]; //# sourceMappingURL=getHighlightNodesRange.d.ts.map